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