FunctionsDefinitions-Eigenschaft
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[]>
Eigenschaftenwert
Typ: System.Collections.Generic. . :: . .Dictionary< (Of < ( <'ExpressionNodeFunction. . :: . .Function, array<TypeClass> [] () [] []> ) > ) >
A Dictionary<Function,TypeClass[]> value that contains the function definitions.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.