Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the schema build of the catalog.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(Data := True)> _
<PropertyOrderAttribute()> _
<DisplayCategoryKeyAttribute("General")> _
<DisplayNameKeyAttribute("Catalog_SchemaBuild")> _
<DisplayDescriptionKeyAttribute("Catalog_SchemaBuildDesc")> _
Public ReadOnly Property SchemaBuild As String
Get
'Utilisation
Dim instance As Catalog
Dim value As String
value = instance.SchemaBuild
[SfcPropertyAttribute(Data = true)]
[PropertyOrderAttribute()]
[DisplayCategoryKeyAttribute("General")]
[DisplayNameKeyAttribute("Catalog_SchemaBuild")]
[DisplayDescriptionKeyAttribute("Catalog_SchemaBuildDesc")]
public string SchemaBuild { get; }
[SfcPropertyAttribute(Data = true)]
[PropertyOrderAttribute()]
[DisplayCategoryKeyAttribute(L"General")]
[DisplayNameKeyAttribute(L"Catalog_SchemaBuild")]
[DisplayDescriptionKeyAttribute(L"Catalog_SchemaBuildDesc")]
public:
property String^ SchemaBuild {
String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
[<PropertyOrderAttribute()>]
[<DisplayCategoryKeyAttribute("General")>]
[<DisplayNameKeyAttribute("Catalog_SchemaBuild")>]
[<DisplayDescriptionKeyAttribute("Catalog_SchemaBuildDesc")>]
member SchemaBuild : string
function get SchemaBuild () : String
Valeur de propriété
Type : System.String
The schema build of the catalog.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices