Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.