PackageInfo.Parameters Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les paramètres du package.
public:
property Microsoft::SqlServer::Management::IntegrationServices::ParameterCollection ^ Parameters { Microsoft::SqlServer::Management::IntegrationServices::ParameterCollection ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo))]
public Microsoft.SqlServer.Management.IntegrationServices.ParameterCollection Parameters { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo))>]
member this.Parameters : Microsoft.SqlServer.Management.IntegrationServices.ParameterCollection
Public ReadOnly Property Parameters As ParameterCollection
Valeur de propriété
Paramètres du package.
- Attributs