IDTSPackageInternal100.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 used for this class.
public:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSParameters100 ^ Parameters { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSParameters100 ^ get(); };
[System.Runtime.InteropServices.DispId(1610743808)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSParameters100 Parameters { [System.Runtime.InteropServices.DispId(1610743808)] get; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
[<get: System.Runtime.InteropServices.DispId(1610743808)>]
member this.Parameters : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSParameters100
Public ReadOnly Property Parameters As IDTSParameters100
Property Value
The parameters used for this class.
- Attributes