Catalog.SchemaBuild Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the schema build of the catalog.
public:
property System::String ^ SchemaBuild { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("General")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("Catalog_SchemaBuildDesc")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("Catalog_SchemaBuild")]
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[Microsoft.SqlServer.Management.Sdk.Sfc.PropertyOrder(2)]
[System.ComponentModel.ReadOnly(true)]
public string SchemaBuild { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("General")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("Catalog_SchemaBuildDesc")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("Catalog_SchemaBuild")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.PropertyOrder(2)>]
[<System.ComponentModel.ReadOnly(true)>]
member this.SchemaBuild : string
Public ReadOnly Property SchemaBuild As String
Property Value
The schema build of the catalog.
- Attributes