DTSParamInfo.ParamType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type of a parameter.
public:
property Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamType ParamType { Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamType get(); void set(Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamType value); };
public Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType ParamType { get; set; }
member this.ParamType : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType with get, set
Public Property ParamType As DTSParamType
Property Value
A value from the DTSParamValue enumeration that indicates the type of the parameter.
Remarks
The parameter type is a value from the DTSParamValue enumeration.