Propriedade do RDL ScalarValuedFunctions
Gets the collection of scalar-valued functions that belong to this schema.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property ScalarValuedFunctions As IMutableMetadataCollection(Of IScalarValuedFunction)
Get
'Uso
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>
Valor da propriedade
Tipo: 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.