Поделиться через


Свойство ClientProtocolCollection.Parent

Gets the ManagedComputer object that is the parent of the ClientProtocolCollection object.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Wmi
Сборка:  Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)

Синтаксис

'Декларация
Public ReadOnly Property Parent As ManagedComputer 
    Get
'Применение
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

Значение свойства

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

Примеры

Использование коллекций

См. также

Справочник

ClientProtocolCollection Класс

Пространство имен Microsoft.SqlServer.Management.Smo.Wmi