ServerAliasCollection.Parent プロパティ

ServerAliasCollection オブジェクトの親である ManagedComputer オブジェクトを取得します。

名前空間:  Microsoft.SqlServer.Management.Smo.Wmi
アセンブリ:  Microsoft.SqlServer.SqlWmiManagement (Microsoft.SqlServer.SqlWmiManagement.dll)

構文

'宣言
Public ReadOnly Property Parent As ManagedComputer 
    Get
'使用
Dim instance As ServerAliasCollection 
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
ServerAliasCollection オブジェクトを所有する ManagedComputer オブジェクトです。

使用例

コレクションの使用

関連項目

参照

ServerAliasCollection クラス

Microsoft.SqlServer.Management.Smo.Wmi 名前空間