다음을 통해 공유


Parent 속성

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

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

구문

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

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