Свойство Operation.OperationType

Gets the type of the operation.

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property OperationType As Short 
    Get
'Применение
Dim instance As Operation 
Dim value As Short 

value = instance.OperationType
[SfcPropertyAttribute(Data = true)]
public short OperationType { get; }
[SfcPropertyAttribute(Data = true)]
public:
property short OperationType {
    short get ();
}
[<SfcPropertyAttribute(Data = true)>]
member OperationType : int16
function get OperationType () : short

Значение свойства

Тип: System.Int16
The type of the operation.

См. также

Справочник

Operation Класс

Пространство имен Microsoft.SqlServer.Management.IntegrationServices