Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Changes the operation type to String function. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
Parameters
- type
Type: Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeOperator.Type
The type of filter node.
Return Value
Type: System.String
The operation type.