Share via


Catalog.SchemaVersion プロパティ

カタログのスキーマ バージョンを取得します。

名前空間:  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
カタログのスキーマ バージョンです。

関連項目

参照

Catalog クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間