Proprietà ServerGroup.Parent

Gets the parent of the ServerGroup object.

Spazio dei nomi  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintassi

'Dichiarazione
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)> _
Public Property Parent As ServerGroupParent 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

ServerGroup Classe

Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers