Compartir a través de


ProjectVersion.ObjectId Propiedad

Gets the project ID.

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

Sintaxis

'Declaración
<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 de la propiedad

Tipo: System.Int64
The project ID.

Vea también

Referencia

ProjectVersion Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices