ITableOptions.Schema プロパティ

テーブル オプションに関連付けられたスキーマを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<DisplayNameKeyAttribute("ScriptSchemaObjectBase_SchemaName")> _
<DisplayDescriptionKeyAttribute("ScriptSchemaObjectBase_SchemaDesc")> _
ReadOnly Property Schema As String 
    Get
'使用
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

プロパティ値

型: System.String
テーブル オプションに関連付けられたスキーマを示す String 値です。

関連項目

参照

ITableOptions インターフェイス

Microsoft.SqlServer.Management.Smo 名前空間