Méthode OpTypeToString
Changes the operation type to String function. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Shared Function OpTypeToString ( _
type As FilterNodeOperator..::..Type _
) As String
'Utilisation
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
Paramètres
- type
Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .FilterNodeOperator. . :: . .Type
The type of filter node.
Valeur de retour
Type : System. . :: . .String
The operation type.
Voir aussi