Compartilhar via


Propriedade do RDL ServerIPAddressCollection.Parent

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

Namespace:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxe

'Declaração
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 da propriedade

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

Exemplos

Usando coleções

Consulte também

Referência

ServerIPAddressCollection Classe

Namespace Microsoft.SqlServer.Management.Smo.Wmi