共用方式為


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.

請參閱

參考

IMultipartNameFacet 介面

Microsoft.SqlServer.Management.Smo 命名空間