FuncTypeToString 方法
不要在您的代码中直接引用此成员。它支持 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.