DTSParamInfo.ParamType 属性

定义

获取参数的类型。

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

属性值

一个来自指示参数类型的 DTSParamValue 枚举的值。

注解

参数类型是枚举中的 DTSParamValue 值。

适用于