IMutableSchema.ScalarValuedFunctions Property

Gets the collection of scalar-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 ScalarValuedFunctions As IMutableMetadataCollection(Of IScalarValuedFunction)
    Get
'Usage
Dim instance As IMutableSchema 
Dim value As IMutableMetadataCollection(Of IScalarValuedFunction)

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

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<IScalarValuedFunction>
The collection of scalar-valued functions that belong to this schema.

See Also

Reference

IMutableSchema Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace