ManagedParameterWrapper Class

Definition

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.

Applies to