Aracılığıyla paylaş


IMultipartNameFacet.Schema Property

Gets the schema portion of a Multipart Name.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
<DisplayDescriptionKeyAttribute("SchemaDesc")> _
<DisplayNameKeyAttribute("SchemaName")> _
ReadOnly Property Schema As String
    Get
'Kullanım
Dim instance As IMultipartNameFacet
Dim value As String

value = instance.Schema
[DisplayDescriptionKeyAttribute("SchemaDesc")]
[DisplayNameKeyAttribute("SchemaName")]
string Schema { get; }
[DisplayDescriptionKeyAttribute(L"SchemaDesc")]
[DisplayNameKeyAttribute(L"SchemaName")]
property String^ Schema {
    String^ get ();
}
[<DisplayDescriptionKeyAttribute("SchemaDesc")>]
[<DisplayNameKeyAttribute("SchemaName")>]
abstract Schema : string
function get Schema () : String

Property Value

Type: System.String
The schema portion of a Multipart Name.

See Also

Reference

IMultipartNameFacet Interface

Microsoft.SqlServer.Management.Smo Namespace