IMultipartNameFacet.Schema 属性
Gets the schema portion of a Multipart Name.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<DisplayNameKeyAttribute("SchemaName")> _
<DisplayDescriptionKeyAttribute("SchemaDesc")> _
ReadOnly Property Schema As String
Get
用法
Dim instance As IMultipartNameFacet
Dim value As String
value = instance.Schema
[DisplayNameKeyAttribute("SchemaName")]
[DisplayDescriptionKeyAttribute("SchemaDesc")]
string Schema { get; }
[DisplayNameKeyAttribute(L"SchemaName")]
[DisplayDescriptionKeyAttribute(L"SchemaDesc")]
property String^ Schema {
String^ get ();
}
[<DisplayNameKeyAttribute("SchemaName")>]
[<DisplayDescriptionKeyAttribute("SchemaDesc")>]
abstract Schema : string
function get Schema () : String
属性值
类型:System.String
The schema portion of a Multipart Name.