Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the parent.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)> _
Public Property Parent As Catalog
Get
Private Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.Catalog
The parent.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace