Dela via


SelectFunctionReturnType Class

Represents the select function return type.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SelectFunctionReturnType _
    Inherits FunctionReturnType
'Usage
Dim instance As SelectFunctionReturnType
[SerializableAttribute]
public class SelectFunctionReturnType : FunctionReturnType
[SerializableAttribute]
public ref class SelectFunctionReturnType : public FunctionReturnType
public class SelectFunctionReturnType extends FunctionReturnType

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.FunctionReturnType
      Microsoft.Data.Schema.ScriptDom.Sql.SelectFunctionReturnType

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SelectFunctionReturnType Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace