Condividi tramite


Proprietà ServerAliasCollection.Parent

Gets the ManagedComputer object that is the parent of the ServerAliasCollection object.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Parent As ManagedComputer 
    Get
'Utilizzo
Dim instance As ServerAliasCollection 
Dim value As ManagedComputer 

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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer
A ManagedComputer object that owns the ServerAliasCollection object.

Esempi

Utilizzo delle raccolte

Vedere anche

Riferimento

ServerAliasCollection Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Wmi