ScalarValuedFunctions Propiedad
Gets the collection of scalar-valued functions that belong to this schema.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
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 de la propiedad
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.
Vea también