Propriedade do RDL OperationMessage.OperationId
Gets the operation Id.
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 OperationId As Long
Get
'Uso
Dim instance As OperationMessage
Dim value As Long
value = instance.OperationId
[SfcPropertyAttribute(Data = true)]
public long OperationId { get; }
[SfcPropertyAttribute(Data = true)]
public:
property long long OperationId {
long long get ();
}
[<SfcPropertyAttribute(Data = true)>]
member OperationId : int64
function get OperationId () : long
Valor da propriedade
Tipo: System.Int64
The operation Id.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices