Propriété Schema
Gets the schema portion of a Multipart Name.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<DisplayNameKeyAttribute("SchemaName")> _
<DisplayDescriptionKeyAttribute("SchemaDesc")> _
ReadOnly Property Schema As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
String
Voir aussi