Свойство OperationMessage.Parent
Gets or sets the parent of the operation.
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)> _
Public Property Parent As Operation
Get
Private Set
'Применение
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)
Значение свойства
Тип: Microsoft.SqlServer.Management.IntegrationServices.Operation
The parent.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices