Computer.Parent 属性

Gets the Utility object that is the parent of the Computer object.

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

语法

声明
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)> _
Public Property Parent As Utility 
    Get 
    Set
用法
Dim instance As Computer 
Dim value As Utility 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)]
public Utility Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectCardinality::One)]
public:
property Utility^ Parent {
    Utility^ get ();
    void set (Utility^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)>]
member Parent : Utility with get, set
function get Parent () : Utility 
function set Parent (value : Utility)

属性值

类型:Microsoft.SqlServer.Management.Utility.Utility
A Utility value that specifies the parent of the Computer object.

示例

VC#

System.Console.WriteLine(computer.Parent);

VB

System.Console.WriteLine(computer.Parent)

PowerShell

Write-Host $computer.Parent 

请参阅

参考

Computer 类

Microsoft.SqlServer.Management.Utility 命名空间