다음을 통해 공유


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 네임스페이스