IDTSParameter100 Interface

Definition

Represents an interface for the abstract base class used by both package parameter and project parameter.

public interface class IDTSParameter100
[System.Runtime.InteropServices.Guid("F8C32310-92DA-45C7-9583-43CFCBA90AA3")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSParameter100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("E74FD1C4-5EF8-4D52-8F1D-E199FCF8D623")]
public interface IDTSParameter100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("DE720933-62C9-4681-AB7F-9D657D90DD9D")]
public interface IDTSParameter100
[<System.Runtime.InteropServices.Guid("F8C32310-92DA-45C7-9583-43CFCBA90AA3")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSParameter100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("E74FD1C4-5EF8-4D52-8F1D-E199FCF8D623")>]
type IDTSParameter100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("DE720933-62C9-4681-AB7F-9D657D90DD9D")>]
type IDTSParameter100 = interface
Public Interface IDTSParameter100
Derived
Attributes

Properties

DataType

Gets the data type of the Parameter object.

IncludeInDebugDump

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

Required

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

Sensitive

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

Value

Gets or sets the value of the Parameter object.

Applies to