Compartilhar via


Método FilterNodeFunction.FuncTypeToString

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Returns the specified FilterNodeFunction.Type as a string.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Shared Function FuncTypeToString ( _
    type As FilterNodeFunction.Type _
) As String
'Uso
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

Parâmetros

Valor de retorno

Tipo: System.String
A string representation of the FilterNodeFunction.Type.

Consulte também

Referência

FilterNodeFunction Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc