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 IMutableMetadataCollection(Of IScalarValuedFunction)
    Get
'Utilisation
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>

Valeur de propriété

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