This topic has not yet been rated - Rate this topic

Catalog.SchemaVersion Property

SQL Server 2012

Gets the schema version of the catalog.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
'Declaration
<DisplayDescriptionKeyAttribute("Catalog_SchemaVersionDesc")> _
<DisplayCategoryKeyAttribute("General")> _
<DisplayNameKeyAttribute("Catalog_SchemaVersion")> _
<SfcPropertyAttribute(Data := True)> _
<PropertyOrderAttribute()> _
Public ReadOnly Property SchemaVersion As Integer 
	Get
'Usage
Dim instance As Catalog 
Dim value As Integer 

value = instance.SchemaVersion

Property Value

Type: System.Int32
The schema version of the catalog.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.