TableValuedFunction 类

Model schema container class for TableValuedFunction

继承层次结构

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

命名空间:  Microsoft.SqlServer.Dac.Model
程序集:  Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)

语法

声明
Public NotInheritable Class TableValuedFunction
用法
public static class TableValuedFunction
public ref class TableValuedFunction abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type TableValuedFunction =  class end
public final class TableValuedFunction

TableValuedFunction 类型公开以下成员。

属性

  名称 说明
公共属性静态成员 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

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Dac.Model 命名空间