Partager via


Propriété ServerIPAddressCollection.Parent

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

Espace de noms :  Microsoft.SqlServer.Management.Smo.Wmi
Assembly :  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Parent As ServerProtocol 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

Utilisation de collections

Voir aussi

Référence

ServerIPAddressCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Wmi