Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Initializes a new instance of the DTSParamInfo class, using information about the parameter passed to the method.
Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- 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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
DTSParamInfo Class
DTSParamInfo Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace