RegisteredServerCollection.Parent 속성

Gets the ServerGroup object that is the parent of the RegisteredServerCollection object.

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

구문

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

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

속성 값

유형: Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup
A ServerGroup object that is the parent of the RegisteredServerCollection object.

컬렉션 사용

참고 항목

참조

RegisteredServerCollection 클래스

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

관련 자료

컬렉션 사용