ISchema.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 IMetadataCollection(Of IScalarValuedFunction)
Get
'Usage
Dim instance As ISchema
Dim value As IMetadataCollection(Of IScalarValuedFunction)
value = instance.ScalarValuedFunctions
IMetadataCollection<IScalarValuedFunction> ScalarValuedFunctions { get; }
property IMetadataCollection<IScalarValuedFunction^>^ ScalarValuedFunctions {
IMetadataCollection<IScalarValuedFunction^>^ get ();
}
abstract ScalarValuedFunctions : IMetadataCollection<IScalarValuedFunction>
function get ScalarValuedFunctions () : IMetadataCollection<IScalarValuedFunction>
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<IScalarValuedFunction>
The IMetadataCollection<T> of IScalarValuedFunction that contains the scalar-valued functions that belong to this schema.