DTSParamInfo.DataType 属性

Gets the data type of a parameter.

命名空间:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
程序集:  Microsoft.SqlServer.WebServiceTask(在 Microsoft.SqlServer.WebServiceTask.dll 中)

语法

声明
Public ReadOnly Property DataType As String 
    Get
用法
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

属性值

类型:System.String
The data type of the parameter.

请参阅

参考

DTSParamInfo 类

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 命名空间