次の方法で共有


AvailabilityGroupListener.UniqueId プロパティ

可用性グループ リスナーの一意識別子を取得します。

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

構文

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

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

プロパティ値

型: System.String
可用性グループ リスナーの一意識別子です。

関連項目

参照

AvailabilityGroupListener クラス

Microsoft.SqlServer.Management.Smo 名前空間