Parent 속성
Gets the ServerGroup object that is the parent of the ServerGroupCollection object.
네임스페이스: Microsoft.SqlServer.Management.Smo.RegisteredServers
어셈블리: Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended
구문
‘선언
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
속성 값
형식: Microsoft.SqlServer.Management.Smo.RegisteredServers. . :: . .ServerGroup
A ServerGroup object that is the parent of the ServerGroupCollection object.