Поделиться через


Свойство 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 IMetadataCollection(Of ITableValuedFunction)
    Get
'Применение
Dim instance As ISchema
Dim value As IMetadataCollection(Of ITableValuedFunction)

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

Значение свойства

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