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 命名空间