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 | |
---|---|---|
AnsiNullsOn | AnsiNullsOn property class of TableValuedFunction | |
Assembly | Assembly relationship class of TableValuedFunction | |
BodyDependencies | BodyDependencies relationship class of TableValuedFunction | |
CalledOnNullInput | CalledOnNullInput property class of TableValuedFunction | |
ClassName | ClassName property class of TableValuedFunction | |
DataAccess | DataAccess property class of TableValuedFunction | |
Deterministic | Deterministic property class of TableValuedFunction | |
ExecuteAsCaller | ExecuteAsCaller property class of TableValuedFunction | |
ExecuteAsOwner | ExecuteAsOwner property class of TableValuedFunction | |
ExecuteAsSelf | ExecuteAsSelf property class of TableValuedFunction | |
FillRowMethodName | FillRowMethodName property class of TableValuedFunction | |
FunctionType | FunctionType metadata class of TableValuedFunction | |
IsReplicated | IsReplicated property class of TableValuedFunction | |
Login | Login relationship class of TableValuedFunction | |
MethodName | MethodName property class of TableValuedFunction | |
OrderColumns | OrderColumns relationship class of TableValuedFunction | |
Parameters | Parameters relationship class of TableValuedFunction | |
Precise | Precise property class of TableValuedFunction | |
QuotedIdentifierOn | QuotedIdentifierOn property class of TableValuedFunction | |
ReturnsNullOnNullInput | ReturnsNullOnNullInput property class of TableValuedFunction | |
ReturnTableVariableName | ReturnTableVariableName property class of TableValuedFunction | |
Schema | Schema relationship class of TableValuedFunction | |
SystemDataAccess | SystemDataAccess property class of TableValuedFunction | |
Type | Type relationship class of TableValuedFunction | |
TypeClass | Type class for TableValuedFunction | |
User | User relationship class of TableValuedFunction | |
WithEncryption | WithEncryption property class of TableValuedFunction | |
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.