Partager via


Propriété ScalarValuedFunctions

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

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property ScalarValuedFunctions As IMetadataCollection(Of IScalarValuedFunction)
    Get
'Utilisation
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>

Valeur de propriété

Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'IScalarValuedFunction> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of IScalarValuedFunction that contains the scalar-valued functions that belong to this schema.