次の方法で共有


ServerRole.Owner プロパティ

ServerRole オブジェクトの所有者の名前を取得します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Owner As String 
    Get 
    Set
'使用
Dim instance As ServerRole 
Dim value As String 

value = instance.Owner

instance.Owner = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Owner { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Owner {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Owner : string with get, set
function get Owner () : String 
function set Owner (value : String)

プロパティ値

型: System.String
オブジェクト所有者の名前を含む String 値です。

関連項目

参照

ServerRole クラス

Microsoft.SqlServer.Management.Smo 名前空間