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 命名空间