Свойство ProjectInfo.Parameters

Gets the parameters of the project.

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

Синтаксис

'Декларация
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(ParameterInfo))> _
Public ReadOnly Property Parameters As ParameterCollection 
    Get
'Применение
Dim instance As ProjectInfo 
Dim value As ParameterCollection 

value = instance.Parameters
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(ParameterInfo))]
public ParameterCollection Parameters { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(ParameterInfo))]
public:
property ParameterCollection^ Parameters {
    ParameterCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(ParameterInfo))>]
member Parameters : ParameterCollection
function get Parameters () : ParameterCollection

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

Тип: Microsoft.SqlServer.Management.IntegrationServices.ParameterCollection
The parameters of the project.

См. также

Справочник

ProjectInfo Класс

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