Operation.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 Catalog 
    Get 
    Private Set
‘사용 방법
Dim instance As Operation 
Dim value As Catalog 

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

속성 값

유형: Microsoft.SqlServer.Management.IntegrationServices.Catalog
The parent.

참고 항목

참조

Operation 클래스

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스