Metodo OpTypeToString
Changes the operation type to String function. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Shared Function OpTypeToString ( _
type As FilterNodeOperator..::..Type _
) As String
'Utilizzo
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
Parametri
- type
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .FilterNodeOperator. . :: . .Type
The type of filter node.
Valore restituito
Tipo: System. . :: . .String
The operation type.
Vedere anche