ServerProtocolCollection.Parent 属性

Gets the ServerInstance object that is the parent of the ServerProtocolCollection object.

命名空间:  Microsoft.SqlServer.Management.Smo.Wmi
程序集:  Microsoft.SqlServer.SqlWmiManagement(在 Microsoft.SqlServer.SqlWmiManagement.dll 中)

语法

声明
Public ReadOnly Property Parent As ServerInstance 
    Get
用法
Dim instance As ServerProtocolCollection 
Dim value As ServerInstance 

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

属性值

类型:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance
A ServerInstance object that owns the ServerProtocolCollection object.

示例

使用集合

请参阅

参考

ServerProtocolCollection 类

Microsoft.SqlServer.Management.Smo.Wmi 命名空间