Schema プロパティ
データ型のスキーマを取得または設定します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Property Schema As String
Get
Set
'使用
Dim instance As DataType
Dim value As String
value = instance.Schema
instance.Schema = value
public string Schema { get; set; }
public:
property String^ Schema {
String^ get ();
void set (String^ value);
}
member Schema : string with get, set
function get Schema () : String
function set Schema (value : String)
プロパティ値
型: System. . :: . .String
データ型のスキーマを示す String 値です。