Compartir a través de


ServerIPAddressCollection.Parent Propiedad

Gets the ServerProtocol object that is the parent of the ServerIPAddressCollection object.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado:  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxis

'Declaración
Public ReadOnly Property Parent As ServerProtocol 
    Get
'Uso
Dim instance As ServerIPAddressCollection 
Dim value As ServerProtocol 

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol
A ServerProtocol object that is the parent of the ServerIPAddressCollection object.

Ejemplos

Usar colecciones

Vea también

Referencia

ServerIPAddressCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Wmi