ExpressionNodeFunction.FunctionsDefinitions 屬性
Gets the function definitions.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Shared ReadOnly Property FunctionsDefinitions As Dictionary(Of ExpressionNodeFunction.Function, TypeClass())
Get
'用途
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[]>
屬性值
型別:System.Collections.Generic.Dictionary<ExpressionNodeFunction.Function, array<TypeClass[]>
A Dictionary<Function,TypeClass[]> value that contains the function definitions.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。