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