Compartir a través de


ParameterInfo.ProjectId Propiedad

Gets the project ID of the parameter.

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

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ProjectId As Long 
    Get
'Uso
Dim instance As ParameterInfo 
Dim value As Long 

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

Valor de la propiedad

Tipo: System.Int64
The project ID.

Vea también

Referencia

ParameterInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices