Parent 属性
Gets the ManagedComputer object that is the parent of the ServerProtocol object.
命名空间: Microsoft.SqlServer.Management.Smo.Wmi
程序集: Microsoft.SqlServer.SqlWmiManagement(在 Microsoft.SqlServer.SqlWmiManagement.dll 中)
语法
声明
Public ReadOnly Property Parent As ServerInstance
Get
用法
Dim instance As ServerProtocol
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 ManagedComputer object that is the parent of the ServerProtocol object.