TableValuedFunctions 属性

Gets the collection of table-valued functions that belong to this schema.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property TableValuedFunctions As IMutableMetadataCollection(Of ITableValuedFunction)
    Get
用法
Dim instance As IMutableSchema
Dim value As IMutableMetadataCollection(Of ITableValuedFunction)

value = instance.TableValuedFunctions
IMutableMetadataCollection<ITableValuedFunction> TableValuedFunctions { get; }
property IMutableMetadataCollection<ITableValuedFunction^>^ TableValuedFunctions {
    IMutableMetadataCollection<ITableValuedFunction^>^ get ();
}
abstract TableValuedFunctions : IMutableMetadataCollection<ITableValuedFunction>
function get TableValuedFunctions () : IMutableMetadataCollection<ITableValuedFunction>

属性值

类型:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMutableMetadataCollection< (Of < ( <'ITableValuedFunction> ) > ) >
The IMutableMetadataCollection<(Of <(<'T>)>)> of ITableValuedFunction that contains the table-valued functions that belong to this schema.