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

屬性值

DTSParamType

DTSParamValue 列舉中的值,可指示參數的類型。

備註

參數類型是列舉中的值 DTSParamValue

適用於