ProjectInfo.Parameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the parameters of the project.
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
Property Value
The parameters of the project.
- Attributes