Changes the operation type to String function. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Shared Function OpTypeToString ( _
type As FilterNodeOperator.Type _
) As String
'用途
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
參數
- type
型別:Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeOperator.Type
The type of filter node.
傳回值
型別:System.String
The operation type.