Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Returns the specified FilterNodeFunction.Type as a string.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Function FuncTypeToString ( _
type As FilterNodeFunction.Type _
) As String
'Usage
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
Parameters
- type
Type: Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeFunction.Type
The FilterNodeFunction.Type to convert to string.
Return Value
Type: System.String
A string representation of the FilterNodeFunction.Type.