Catalog.SchemaBuild 属性

Gets the schema build of the catalog.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<SfcPropertyAttribute(Data := True)> _
<PropertyOrderAttribute()> _
<DisplayCategoryKeyAttribute("General")> _
<DisplayNameKeyAttribute("Catalog_SchemaBuild")> _
<DisplayDescriptionKeyAttribute("Catalog_SchemaBuildDesc")> _
Public ReadOnly Property SchemaBuild As String 
    Get
用法
Dim instance As Catalog 
Dim value As String 

value = instance.SchemaBuild
[SfcPropertyAttribute(Data = true)]
[PropertyOrderAttribute()]
[DisplayCategoryKeyAttribute("General")]
[DisplayNameKeyAttribute("Catalog_SchemaBuild")]
[DisplayDescriptionKeyAttribute("Catalog_SchemaBuildDesc")]
public string SchemaBuild { get; }
[SfcPropertyAttribute(Data = true)]
[PropertyOrderAttribute()]
[DisplayCategoryKeyAttribute(L"General")]
[DisplayNameKeyAttribute(L"Catalog_SchemaBuild")]
[DisplayDescriptionKeyAttribute(L"Catalog_SchemaBuildDesc")]
public:
property String^ SchemaBuild {
    String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
[<PropertyOrderAttribute()>]
[<DisplayCategoryKeyAttribute("General")>]
[<DisplayNameKeyAttribute("Catalog_SchemaBuild")>]
[<DisplayDescriptionKeyAttribute("Catalog_SchemaBuildDesc")>]
member SchemaBuild : string
function get SchemaBuild () : String

属性值

类型:System.String
The schema build of the catalog.

请参阅

参考

Catalog 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间