Compartilhar via


Propriedade do RDL DTSParamInfo.DataType

Gets the data type of a parameter.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

DTSParamInfo Classe

Namespace Microsoft.SqlServer.Dts.Tasks.WebServiceTask