DTSParamInfo Class

 

Creates an instance of a DTSParamInfo class that corresponds to one parameter of a Web method.

Namespace:   Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

System::Object
  Microsoft.SqlServer.Dts.Tasks.WebServiceTask::DTSParamInfo

[SerializableAttribute]
public ref class DTSParamInfo : ICloneable

NameDescription
System_CAPS_pubmethodDTSParamInfo()

Initializes a new instance of the DTSParamInfo class.

System_CAPS_pubmethodDTSParamInfo(String^, String^, DTSParamType, Int32)

Initializes a new instance of the DTSParamInfo class, using information about the parameter passed to the method.

NameDescription
System_CAPS_pubpropertyDataType

Gets the data type of a parameter.

System_CAPS_pubpropertyName

Gets the name of a parameter.

System_CAPS_pubpropertyParamType

Gets the type of a parameter.

System_CAPS_pubpropertyParamValue

Gets or sets the value of a parameter.

System_CAPS_pubpropertySequenceNumber

Gets the sequence number of a parameter in a method signature.

NameDescription
System_CAPS_pubmethodClone()

Creates an instance of DTSParamInfo that is identical to the current DTSParamInfo. This class cannot be inherited.

System_CAPS_pubmethodEquals(Object^)

Determines whether two object instances are equal.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this object.(Overrides Object::GetHashCode().)

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: