다음을 통해 공유


Catalog.SchemaVersion 속성

Gets the schema version of the catalog.

네임스페이스:  Microsoft.SqlServer.Management.IntegrationServices
어셈블리:  Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)

구문

‘선언
<DisplayDescriptionKeyAttribute("Catalog_SchemaVersionDesc")> _
<DisplayCategoryKeyAttribute("General")> _
<DisplayNameKeyAttribute("Catalog_SchemaVersion")> _
<SfcPropertyAttribute(Data := True)> _
<PropertyOrderAttribute()> _
Public ReadOnly Property SchemaVersion As Integer 
    Get
‘사용 방법
Dim instance As Catalog 
Dim value As Integer 

value = instance.SchemaVersion
[DisplayDescriptionKeyAttribute("Catalog_SchemaVersionDesc")]
[DisplayCategoryKeyAttribute("General")]
[DisplayNameKeyAttribute("Catalog_SchemaVersion")]
[SfcPropertyAttribute(Data = true)]
[PropertyOrderAttribute()]
public int SchemaVersion { get; }
[DisplayDescriptionKeyAttribute(L"Catalog_SchemaVersionDesc")]
[DisplayCategoryKeyAttribute(L"General")]
[DisplayNameKeyAttribute(L"Catalog_SchemaVersion")]
[SfcPropertyAttribute(Data = true)]
[PropertyOrderAttribute()]
public:
property int SchemaVersion {
    int get ();
}
[<DisplayDescriptionKeyAttribute("Catalog_SchemaVersionDesc")>]
[<DisplayCategoryKeyAttribute("General")>]
[<DisplayNameKeyAttribute("Catalog_SchemaVersion")>]
[<SfcPropertyAttribute(Data = true)>]
[<PropertyOrderAttribute()>]
member SchemaVersion : int
function get SchemaVersion () : int

속성 값

유형: System.Int32
The schema version of the catalog.

참고 항목

참조

Catalog 클래스

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스