Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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