Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices