Metodo FilterNodeFunction.FuncTypeToString

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Returns the specified FilterNodeFunction.Type as a string.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Shared Function FuncTypeToString ( _
    type As FilterNodeFunction.Type _
) As String
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

FilterNodeFunction Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc