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 IMetadataCollection(Of IScalarValuedFunction)
Get
'Uso
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>
Valor da propriedade
Tipo: 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.
Consulte também