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 IMutableMetadataCollection(Of ITableValuedFunction)
    Get
'Uso
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>

Valor da propriedade

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