IMutableSchema.TableValuedFunctions Property
Gets the collection of table-valued functions that belong to this schema.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property TableValuedFunctions As IMutableMetadataCollection(Of ITableValuedFunction)
Get
'Usage
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>
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<ITableValuedFunction>
The IMutableMetadataCollection<T> of ITableValuedFunction that contains the table-valued functions that belong to this schema.