Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the type of function.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public ReadOnly Property FunctionType As ExpressionNodeFunction.Function
Get
'Usage
Dim instance As ExpressionNodeFunction
Dim value As [ExpressionNodeFunction.Function]
value = instance.FunctionType
public ExpressionNodeFunction.Function FunctionType { get; }
public:
property ExpressionNodeFunction.Function FunctionType {
ExpressionNodeFunction.Function get ();
}
member FunctionType : ExpressionNodeFunction.Function
function get FunctionType () : ExpressionNodeFunction.Function
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Dmf.ExpressionNodeFunction.Function
A ExpressionNodeFunction.Function value that specifies the type of function.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.