ParameterClass Class

 

Represents a parameter class.

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

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

[ClassInterfaceAttribute(ClassInterfaceType::None)]
[DefaultMemberAttribute("Value")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FCanCreate)]
[GuidAttribute("E10EE7A6-F24F-4ED2-A52F-F64ADB7DD664")]
public ref class ParameterClass : Parameter, IDTSParameter100, 
	IDTSName100, IDTSRuntimeObject100

NameDescription
System_CAPS_pubmethodParameterClass()

Initializes a new instance of the ParameterClass class.

NameDescription
System_CAPS_pubpropertyCreationName

Gets the name used to create the ParameterClass object.

System_CAPS_pubpropertyDataType

Gets or sets the data type of the ParameterClass object.

System_CAPS_pubpropertyDescription

Gets or sets the description of the ParameterClass object.

System_CAPS_pubpropertyID

Gets the identifier of the ParameterClass object.

System_CAPS_pubpropertyIncludeInDebugDump

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

System_CAPS_pubpropertyName

Gets or sets the name of the ParameterClass object.

System_CAPS_pubpropertyRequired

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

System_CAPS_pubpropertySensitive

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

System_CAPS_pubpropertyValue

Gets or sets the value of the ParameterClass object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: