Propriedade do RDL Operation.OperationType
Gets the type of the operation.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: System.Int16
The type of the operation.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices