Freigeben über


OpTypeToString-Methode

Changes the operation type to String function. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Shared Function OpTypeToString ( _
    type As FilterNodeOperator..::..Type _
) As String
'Usage
Dim type As FilterNodeOperator..::..Type
Dim returnValue As String

returnValue = FilterNodeOperator.OpTypeToString(type)
public static string OpTypeToString(
    FilterNodeOperator..::..Type type
)
public:
static String^ OpTypeToString(
    FilterNodeOperator..::..Type type
)
static member OpTypeToString : 
        type:FilterNodeOperator..::..Type -> string 
public static function OpTypeToString(
    type : FilterNodeOperator..::..Type
) : String

Rückgabewert

Typ: System. . :: . .String
The operation type.