Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 IntegrationServices
Get
Private Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices
The parent.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace