AvailabilityGroupListenerCollection.Parent 속성

Gets an AvailabilityGroup object that is the parent of the AvailabilityGroupListenerCollection object.

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

구문

‘선언
Public ReadOnly Property Parent As AvailabilityGroup 
    Get
‘사용 방법
Dim instance As AvailabilityGroupListenerCollection 
Dim value As AvailabilityGroup 

value = instance.Parent
public AvailabilityGroup Parent { get; }
public:
property AvailabilityGroup^ Parent {
    AvailabilityGroup^ get ();
}
member Parent : AvailabilityGroup
function get Parent () : AvailabilityGroup

속성 값

유형: Microsoft.SqlServer.Management.Smo.AvailabilityGroup
An AvailabilityGroup object that is the parent of the AvailabilityGroupListenerCollection object.

참고 항목

참조

AvailabilityGroupListenerCollection 클래스

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