AvailabilityReplica.Owner プロパティ

可用性レプリカの所有者を取得します。値の設定も可能です。

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

構文

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

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

プロパティ値

型: System.String
可用性レプリカの所有者です。

関連項目

参照

AvailabilityReplica クラス

Microsoft.SqlServer.Management.Smo 名前空間