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 네임스페이스