Compartilhar via


Propriedade do RDL PackageInfo.Parameters

Gets the parameters of the package.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(ParameterInfo))> _
Public ReadOnly Property Parameters As ParameterCollection 
    Get
'Uso
Dim instance As PackageInfo 
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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.IntegrationServices.ParameterCollection
The parameters of the package.

Consulte também

Referência

PackageInfo Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices