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 of the operation.
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 Operation
Get
Private Set
'Usage
Dim instance As OperationMessage
Dim value As Operation
value = instance.Parent
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)]
public Operation Parent { get; private set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectCardinality::One)]
public:
property Operation^ Parent {
Operation^ get ();
private: void set (Operation^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)>]
member Parent : Operation with get, private set
function get Parent () : Operation
private function set Parent (value : Operation)
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.Operation
The parent.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace