Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the function definitions.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Shared ReadOnly Property FunctionsDefinitions As Dictionary(Of ExpressionNodeFunction.Function, TypeClass())
Get
'Usage
Dim value As Dictionary(Of ExpressionNodeFunction.Function, TypeClass())
value = ExpressionNodeFunction.FunctionsDefinitions
public static Dictionary<ExpressionNodeFunction.Function, TypeClass[]> FunctionsDefinitions { get; }
public:
static property Dictionary<ExpressionNodeFunction.Function, array<TypeClass>^>^ FunctionsDefinitions {
Dictionary<ExpressionNodeFunction.Function, array<TypeClass>^>^ get ();
}
static member FunctionsDefinitions : Dictionary<ExpressionNodeFunction.Function, TypeClass[]>
static function get FunctionsDefinitions () : Dictionary<ExpressionNodeFunction.Function, TypeClass[]>
Property Value
Type: System.Collections.Generic.Dictionary<ExpressionNodeFunction.Function, array<TypeClass[]>
A Dictionary<Function,TypeClass[]> value that contains the function definitions.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.