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.
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
Parameter
- type
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeOperator.Type
The type of filter node.
Rückgabewert
Typ: System.String
The operation type.