다음을 통해 공유


AvailabilityGroup.UniqueId 속성

Gets or sets the GUID that uniquely identifies the availability group.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property UniqueId As Guid 
    Get
‘사용 방법
Dim instance As AvailabilityGroup 
Dim value As Guid 

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

속성 값

유형: System.Guid
The GUID that uniquely identifies the availability group.

참고 항목

참조

AvailabilityGroup 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스