DataType 属性

Gets the data type of a property.

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

语法

声明
Public ReadOnly Property DataType As String
    Get
用法
Dim instance As ComplexProperty
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 property.