共用方式為


ComplexProperty.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.

請參閱

參考

ComplexProperty 類別

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