Compartilhar via


Propriedade do RDL Operation.ObjectId

Gets the identifier of the object.

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 ObjectId As Nullable(Of Long)
    Get
'Uso
Dim instance As Operation 
Dim value As Nullable(Of Long)

value = instance.ObjectId
[SfcPropertyAttribute(Data = true)]
public Nullable<long> ObjectId { get; }
[SfcPropertyAttribute(Data = true)]
public:
property Nullable<long long> ObjectId {
    Nullable<long long> get ();
}
[<SfcPropertyAttribute(Data = true)>]
member ObjectId : Nullable<int64>
function get ObjectId () : Nullable<long>

Valor da propriedade

Tipo: System.Nullable<Int64>
The identifier of the object.

Consulte também

Referência

Operation Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices