Partager via


Propriété ClientProtocolCollection.Parent

Gets the ManagedComputer object that is the parent of the ClientProtocolCollection 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 ManagedComputer 
    Get
'Utilisation
Dim instance As ClientProtocolCollection 
Dim value As ManagedComputer 

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer
A ManagedComputer object that is the parent of the ClientProtocolCollection object.

Exemples

Utilisation de collections

Voir aussi

Référence

ClientProtocolCollection Classe

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