Condividi tramite


Proprietà IMultipartNameFacet.Schema

Gets the schema portion of a Multipart Name.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<DisplayNameKeyAttribute("SchemaName")> _
<DisplayDescriptionKeyAttribute("SchemaDesc")> _
ReadOnly Property Schema As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

IMultipartNameFacet Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Smo