ConfigurationBase.Parent プロパティ

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

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

構文

'宣言
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As Server 
    Get
'使用
Dim instance As ConfigurationBase 
Dim value As Server 

value = instance.Parent
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public Server Parent { get; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property Server^ Parent {
    Server^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : Server
function get Parent () : Server

プロパティ値

型: Microsoft.SqlServer.Management.Smo.Server
Configuration オブジェクトの親である Server オブジェクトです。

使用例

SMO での SQL Server の構成

関連項目

参照

ConfigurationBase クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

サーバー構成オプション

sp_configure (Transact-SQL)