Compartir a través de


DTSParamInfo.DataType Propiedad

Gets the data type of a parameter.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado:  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Sintaxis

'Declaración
Public ReadOnly Property DataType As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

DTSParamInfo Clase

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WebServiceTask