Propriedade do RDL Catalog.SchemaBuild
Gets the schema build of the catalog.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(Data := True)> _
<PropertyOrderAttribute()> _
<DisplayCategoryKeyAttribute("General")> _
<DisplayNameKeyAttribute("Catalog_SchemaBuild")> _
<DisplayDescriptionKeyAttribute("Catalog_SchemaBuildDesc")> _
Public ReadOnly Property SchemaBuild As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
The schema build of the catalog.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices