Proprietà DTSParamInfo.DataType

Gets the data type of a parameter.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property DataType As String 
    Get
'Utilizzo
Dim instance As DTSParamInfo 
Dim value As String 

value = instance.DataType
public string DataType { get; }
public:
property String^ DataType {
    String^ get ();
}
member DataType : string
function get DataType () : String

Valore proprietà

Tipo: System.String
The data type of the parameter.

Vedere anche

Riferimento

DTSParamInfo Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask