Поделиться через


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 - пространство имен