Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Changes the operation type to String function. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Shared Function OpTypeToString ( _
type As FilterNodeOperator.Type _
) As String
'Uso
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
Parámetros
- type
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeOperator.Type
The type of filter node.
Valor devuelto
Tipo: System.String
The operation type.