Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.