Share via


ParameterClass Class

Represents a parameter class.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.ParameterClass

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("B5357F2A-35D8-4F58-B959-D31F12026FD4")> _
Public Class ParameterClass _
    Implements Parameter, IDTSParameter100, IDTSName100, IDTSRuntimeObject100
'Usage
Dim instance As ParameterClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("B5357F2A-35D8-4F58-B959-D31F12026FD4")]
public class ParameterClass : Parameter, 
    IDTSParameter100, IDTSName100, IDTSRuntimeObject100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"B5357F2A-35D8-4F58-B959-D31F12026FD4")]
public ref class ParameterClass : Parameter, 
    IDTSParameter100, IDTSName100, IDTSRuntimeObject100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("B5357F2A-35D8-4F58-B959-D31F12026FD4")>]
type ParameterClass =  
    class 
        interface Parameter 
        interface IDTSParameter100 
        interface IDTSName100 
        interface IDTSRuntimeObject100 
    end
public class ParameterClass implements Parameter, IDTSParameter100, IDTSName100, IDTSRuntimeObject100

The ParameterClass type exposes the following members.

Constructors

  Name Description
Public method ParameterClass Initializes a new instance of the ParameterClass class.

Top

Properties

  Name Description
Public property CreationName Gets the name used to create the ParameterClass object.
Public property DataType Gets or sets the data type of the ParameterClass object.
Public property Description Gets or sets the description of the ParameterClass object.
Public property ID Gets the identifier of the ParameterClass object.
Public property IncludeInDebugDump Gets or sets a value that indicates whether ParameterClass object is included in a debug dump.
Public property Name Gets or sets the name of the ParameterClass object.
Public property Required Gets or sets a value that indicates whether the ParameterClass object is a required parameter.
Public property Sensitive Gets or sets a value that indicates whether the ParameterClass object contains sensitive data.
Public property Value Gets or sets the value of the ParameterClass object.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace