Package.Parameters Property

Definition

Gets the parameters collection for the package.

public:
 property Microsoft::SqlServer::Dts::Runtime::Parameters ^ Parameters { Microsoft::SqlServer::Dts::Runtime::Parameters ^ get(); };
[System.ComponentModel.ReadOnly(true)]
public Microsoft.SqlServer.Dts.Runtime.Parameters Parameters { get; }
[<System.ComponentModel.ReadOnly(true)>]
member this.Parameters : Microsoft.SqlServer.Dts.Runtime.Parameters
Public ReadOnly Property Parameters As Parameters

Property Value

The parameters collection for the package.

Attributes

Applies to