Partager via


Propriété ServerIPAddress.Parent

Gets the ServerProtocol object that is the parent of the ServerIPAddress 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 ServerIPAddress 
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 ServerIPAddress object

Exemples

Gestion des services et des paramètres réseau à l'aide du fournisseur WMI

Voir aussi

Référence

ServerIPAddress Classe

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

Autres ressources

WMI and SQL Server

Connexion au moteur de base de données SQL Server