AvailabilityGroup.PrimaryReplicaServerName プロパティ

可用性グループのプライマリ レプリカ サーバー名のコレクションを取得します。

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

構文

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

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

プロパティ値

型: System.String
可用性グループのプライマリ レプリカ サーバー名のコレクションです。

関連項目

参照

AvailabilityGroup クラス

Microsoft.SqlServer.Management.Smo 名前空間