ISchema.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 IMetadataCollection(Of IScalarValuedFunction)
    Get
‘사용 방법
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>

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<IScalarValuedFunction>
The IMetadataCollection<T> of IScalarValuedFunction that contains the scalar-valued functions that belong to this schema.

참고 항목

참조

ISchema 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스