FunctionStatementBody.ReturnType 属性

获取或设置函数的返回类型。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property ReturnType As FunctionReturnType
    Get
    Set
public FunctionReturnType ReturnType { get; set; }
public:
property FunctionReturnType^ ReturnType {
    FunctionReturnType^ get ();
    void set (FunctionReturnType^ value);
}
member ReturnType : FunctionReturnType with get, set
function get ReturnType () : FunctionReturnType
function set ReturnType (value : FunctionReturnType)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.FunctionReturnType
返回一个 FunctionReturnType

.NET Framework 安全性

请参见

参考

FunctionStatementBody 类

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