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 operator type as a string value from the type parameter.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function OperatorTypeToString ( _
type As OperatorType _
) As String
'Usage
Dim type As OperatorType
Dim returnValue As String
returnValue = ExpressionNodeOperator.OperatorTypeToString(type)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public static string OperatorTypeToString(
OperatorType type
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
static String^ OperatorTypeToString(
OperatorType type
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
static member OperatorTypeToString :
type:OperatorType -> string
public static function OperatorTypeToString(
type : OperatorType
) : String
Parameter
- type
Typ: Microsoft.SqlServer.Management.Dmf.OperatorType
A OperatorType object.
Rückgabewert
Typ: System.String
A string value that specifies the operator type.