Initializes a new instance of the DTSParamInfo class, using information about the parameter passed to the method.
命名空间: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
程序集: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
语法
声明
Public Sub New ( _
name As String, _
datatype As String, _
type As DTSParamType, _
sequenceNumber As Integer _
)
public DTSParamInfo (
string name,
string datatype,
DTSParamType type,
int sequenceNumber
)
public:
DTSParamInfo (
String^ name,
String^ datatype,
DTSParamType type,
int sequenceNumber
)
public DTSParamInfo (
String name,
String datatype,
DTSParamType type,
int sequenceNumber
)
public function DTSParamInfo (
name : String,
datatype : String,
type : DTSParamType,
sequenceNumber : int
)
参数
- name
The name of the parameter.
- datatype
The data type of the parameter.
- type
The type of the parameter. This is a value from the DTSParamType enumeration.
- sequenceNumber
The sequence number of the parameter in the method signature.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
DTSParamInfo Class
DTSParamInfo Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace