TableValuedFunction Class

Model schema container class for TableValuedFunction

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Model.TableValuedFunction

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class TableValuedFunction
'Usage
public static class TableValuedFunction
public ref class TableValuedFunction abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type TableValuedFunction =  class end
public final class TableValuedFunction

The TableValuedFunction type exposes the following members.

Properties

  Name Description
Public propertyStatic member AnsiNullsOn AnsiNullsOn property class of TableValuedFunction
Public propertyStatic member Assembly Assembly relationship class of TableValuedFunction
Public propertyStatic member BodyDependencies BodyDependencies relationship class of TableValuedFunction
Public propertyStatic member CalledOnNullInput CalledOnNullInput property class of TableValuedFunction
Public propertyStatic member ClassName ClassName property class of TableValuedFunction
Public propertyStatic member DataAccess DataAccess property class of TableValuedFunction
Public propertyStatic member Deterministic Deterministic property class of TableValuedFunction
Public propertyStatic member ExecuteAsCaller ExecuteAsCaller property class of TableValuedFunction
Public propertyStatic member ExecuteAsOwner ExecuteAsOwner property class of TableValuedFunction
Public propertyStatic member ExecuteAsSelf ExecuteAsSelf property class of TableValuedFunction
Public propertyStatic member FillRowMethodName FillRowMethodName property class of TableValuedFunction
Public propertyStatic member FunctionType FunctionType metadata class of TableValuedFunction
Public propertyStatic member IsReplicated IsReplicated property class of TableValuedFunction
Public propertyStatic member Login Login relationship class of TableValuedFunction
Public propertyStatic member MethodName MethodName property class of TableValuedFunction
Public propertyStatic member OrderColumns OrderColumns relationship class of TableValuedFunction
Public propertyStatic member Parameters Parameters relationship class of TableValuedFunction
Public propertyStatic member Precise Precise property class of TableValuedFunction
Public propertyStatic member QuotedIdentifierOn QuotedIdentifierOn property class of TableValuedFunction
Public propertyStatic member ReturnsNullOnNullInput ReturnsNullOnNullInput property class of TableValuedFunction
Public propertyStatic member ReturnTableVariableName ReturnTableVariableName property class of TableValuedFunction
Public propertyStatic member Schema Schema relationship class of TableValuedFunction
Public propertyStatic member SystemDataAccess SystemDataAccess property class of TableValuedFunction
Public propertyStatic member Type Type relationship class of TableValuedFunction
Public propertyStatic member TypeClass Type class for TableValuedFunction
Public propertyStatic member User User relationship class of TableValuedFunction
Public propertyStatic member WithEncryption WithEncryption property class of TableValuedFunction
Public propertyStatic member WithSchemaBinding WithSchemaBinding property class of TableValuedFunction

Top

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

Microsoft.SqlServer.Dac.Model Namespace