Свойство ParameterInfo.ProjectId

Gets the project ID of the parameter.

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ProjectId As Long 
    Get
'Применение
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

Значение свойства

Тип: System.Int64
The project ID.

См. также

Справочник

ParameterInfo Класс

Пространство имен Microsoft.SqlServer.Management.IntegrationServices