Compartilhar via


Propriedade do RDL ProjectVersion.ObjectId

Gets the project ID.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Required Or SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public ReadOnly Property ObjectId As Long 
    Get
'Uso
Dim instance As ProjectVersion 
Dim value As Long 

value = instance.ObjectId
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Required|SfcPropertyFlags.ReadOnlyAfterCreation)]
public long ObjectId { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Required|SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property long long ObjectId {
    long long get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Required|SfcPropertyFlags.ReadOnlyAfterCreation)>]
member ObjectId : int64
function get ObjectId () : long

Valor da propriedade

Tipo: System.Int64
The project ID.

Consulte também

Referência

ProjectVersion Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices