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 命名空间