Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the schema build of the catalog.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: System.String
The schema build of the catalog.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices