Share via


Catalog.Parent プロパティ

親を取得または設定します。

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

構文

'宣言
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)> _
Public Property Parent As IntegrationServices 
    Get 
    Private Set
'使用
Dim instance As Catalog 
Dim value As IntegrationServices 

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

プロパティ値

型: Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices
親です。

関連項目

参照

Catalog クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間