Catalog.Parent 属性

Gets or sets the 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
The parent.

请参阅

参考

Catalog 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间