Compartir a través de


FilterNodeFunction.FuncTypeToString Método

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Returns the specified FilterNodeFunction.Type as a string.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

FilterNodeFunction Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc