次の方法で共有


FilterNodeFunction.FuncTypeToString メソッド

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。文字列として指定された FilterNodeFunction.Type を返します。

名前空間:  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

パラメーター

戻り値

型: System.String
FilterNodeFunction.Type の文字列表記です。

関連項目

参照

FilterNodeFunction クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間