Partager via


Propriété Schema

Gets or sets the schema that is associated with the table options.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayNameKeyAttribute("ScriptSchemaObjectBase_SchemaName")> _
<DisplayDescriptionKeyAttribute("ScriptSchemaObjectBase_SchemaDesc")> _
ReadOnly Property Schema As String
    Get
'Utilisation
Dim instance As ITableOptions
Dim value As String

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

Valeur de propriété

Type : System. . :: . .String
A String value that specifies the schema that is associated with the table options.