ScalarFunctionReturnType.DataType 屬性

取得或設定傳回的資料型別。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
Public Property DataType As DataType
    Get
    Set
public DataType DataType { get; set; }
public:
property DataType^ DataType {
    DataType^ get ();
    void set (DataType^ value);
}
member DataType : DataType with get, set
function get DataType () : DataType
function set DataType (value : DataType)

屬性值

型別:Microsoft.Data.Schema.ScriptDom.Sql.DataType
傳回 DataType

.NET Framework 安全性

請參閱

參考

ScalarFunctionReturnType 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間