DTSParamInfo.DataType Property
Gets the data type of a parameter.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public ReadOnly Property DataType As String
Get
'Usage
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
Property Value
Type: System.String
The data type of the parameter.