다음을 통해 공유


ServerGroup.Parent 속성

Gets the parent of the ServerGroup object.

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

구문

‘선언
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)> _
Public Property Parent As ServerGroupParent 
    Get 
    Set
‘사용 방법
Dim instance As ServerGroup 
Dim value As ServerGroupParent 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)]
public ServerGroupParent Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectCardinality::One)]
public:
property ServerGroupParent^ Parent {
    ServerGroupParent^ get ();
    void set (ServerGroupParent^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)>]
member Parent : ServerGroupParent with get, set
function get Parent () : ServerGroupParent 
function set Parent (value : ServerGroupParent)

속성 값

유형: Microsoft.SqlServer.Management.RegisteredServers.ServerGroupParent
A ServerGroup value that specifies the parent of the referenced object.

주의

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

참고 항목

참조

ServerGroup 클래스

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