FunctionStatementBody.ReturnType 属性
Gets or sets the function return type. Depending on this property, Statements may be empty collection.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property ReturnType As FunctionReturnType
Get
Set
用法
Dim instance As FunctionStatementBody
Dim value As FunctionReturnType
value = instance.ReturnType
instance.ReturnType = value
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.SqlServer.TransactSql.ScriptDom.FunctionReturnType
The function return type.