IAuthorization.Owner プロパティ

オブジェクトの所有者を取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Property Owner As Identifier
'使用
Dim instance As IAuthorization
Dim value As Identifier

value = instance.Owner

instance.Owner = value
Identifier Owner { get; set; }
property Identifier^ Owner {
    Identifier^ get ();
    void set (Identifier^ value);
}
function get Owner () : Identifier
function set Owner (value : Identifier)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.Identifier

解説

省略可能です。null も指定できます。

参照

参照

IAuthorization インターフェイス

IAuthorization メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間