ManagedParameterWrapper Class
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.
Represents the native runtime object model to access the project parameter object.
public ref class ManagedParameterWrapper sealed : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSName100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSParameter100
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class ManagedParameterWrapper : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSParameter100
[<System.Runtime.InteropServices.ComVisible(true)>]
type ManagedParameterWrapper = class
interface IDTSParameter100
interface IDTSName100
Public NotInheritable Class ManagedParameterWrapper
Implements IDTSName100, IDTSParameter100
- Inheritance
-
ManagedParameterWrapper
- Attributes
- Implements
Properties
CreationName |
Gets the name used to create this parameter. |
DataType |
Gets the data type of the parameter value. |
Description |
Gets or sets the description of the parameter. |
ID |
Gets the identifier of the parameter, which is a GUID. |
IncludeInDebugDump |
Gets or sets whether the parameter value should be included in a debug dump. |
Name |
Gets or sets the name used to create this parameter. |
Required |
Gets or sets whether the parameter contains sensitive value. |
Sensitive |
Gets or sets whether the parameter contains sensitive value. |
Value |
Gets or sets the value of the parameter object. |