Compartir a través de


Operation.OperationType Propiedad

Gets the type of the operation.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property OperationType As Short 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Int16
The type of the operation.

Vea también

Referencia

Operation Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices