Método OpTypeToString
Changes the operation type to String function. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System. . :: . .String
The operation type.
Consulte também