SqlSourceInformation.Script 属性

获取引发生成此文件的脚本。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Public ReadOnly Property Script As String
    Get
public string Script { get; }
public:
virtual property String^ Script {
    String^ get () sealed;
}
abstract Script : string
override Script : string
final function get Script () : String

属性值

类型:System.String

实现

ISourceInformation.Script

.NET Framework 安全性

请参见

参考

SqlSourceInformation 类

Microsoft.Data.Schema.Sql.SchemaModel 命名空间