不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Returns the specified FilterNodeFunction.Type as a string.
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Shared Function FuncTypeToString ( _
type As FilterNodeFunction.Type _
) As String
'用途
Dim type As FilterNodeFunction.Type
Dim returnValue As String
returnValue = FilterNodeFunction.FuncTypeToString(type)
public static string FuncTypeToString(
FilterNodeFunction.Type type
)
public:
static String^ FuncTypeToString(
FilterNodeFunction.Type type
)
static member FuncTypeToString :
type:FilterNodeFunction.Type -> string
public static function FuncTypeToString(
type : FilterNodeFunction.Type
) : String
參數
- type
型別:Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeFunction.Type
The FilterNodeFunction.Type to convert to string.
傳回值
型別:System.String
A string representation of the FilterNodeFunction.Type.