Partilhar via


Propriedade do RDL TableValuedFunctions

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

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
ReadOnly Property TableValuedFunctions As IMetadataCollection(Of ITableValuedFunction)
    Get
'Uso
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>

Valor da propriedade

Tipo: 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.