ScalarValuedFunctions 属性

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

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property ScalarValuedFunctions As IMutableMetadataCollection(Of IScalarValuedFunction)
    Get
用法
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>

属性值

类型: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.