Partager via


Propriété Catalog.SchemaVersion

Gets the schema version of the catalog.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
<DisplayDescriptionKeyAttribute("Catalog_SchemaVersionDesc")> _
<DisplayCategoryKeyAttribute("General")> _
<DisplayNameKeyAttribute("Catalog_SchemaVersion")> _
<SfcPropertyAttribute(Data := True)> _
<PropertyOrderAttribute()> _
Public ReadOnly Property SchemaVersion As Integer 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Int32
The schema version of the catalog.

Voir aussi

Référence

Catalog Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices