Parameter Interface

Definition

For more information, see ParameterClass.

public interface class Parameter : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSParameter100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ParameterClass))]
[System.Runtime.InteropServices.Guid("F8C32310-92DA-45C7-9583-43CFCBA90AA3")]
public interface Parameter : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSParameter100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ParameterClass))]
[System.Runtime.InteropServices.Guid("E74FD1C4-5EF8-4D52-8F1D-E199FCF8D623")]
public interface Parameter : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSParameter100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ParameterClass))]
[System.Runtime.InteropServices.Guid("DE720933-62C9-4681-AB7F-9D657D90DD9D")]
public interface Parameter : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSParameter100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ParameterClass))>]
[<System.Runtime.InteropServices.Guid("F8C32310-92DA-45C7-9583-43CFCBA90AA3")>]
type Parameter = interface
    interface IDTSParameter100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ParameterClass))>]
[<System.Runtime.InteropServices.Guid("E74FD1C4-5EF8-4D52-8F1D-E199FCF8D623")>]
type Parameter = interface
    interface IDTSParameter100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ParameterClass))>]
[<System.Runtime.InteropServices.Guid("DE720933-62C9-4681-AB7F-9D657D90DD9D")>]
type Parameter = interface
    interface IDTSParameter100
Public Interface Parameter
Implements IDTSParameter100
Derived
Attributes
Implements

Properties

DataType

Gets the data type of the Parameter object.

(Inherited from IDTSParameter100)
IncludeInDebugDump

Gets or sets a value that indicates whether the Parameter object is included in a debug dump.

(Inherited from IDTSParameter100)
Required

Gets or sets a value that indicates whether the Parameter object is a required parameter.

(Inherited from IDTSParameter100)
Sensitive

Gets or sets a value that indicates whether the Parameter object contains sensitive data.

(Inherited from IDTSParameter100)
Value

Gets or sets the value of the Parameter object.

(Inherited from IDTSParameter100)

Applies to