Share via


FilterNodeConstant Implicit Conversion (FilterNodeConstant to String)

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Coverts the specified FilterNodeConstant object to 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 Widening Operator CType ( _
    fnc As FilterNodeConstant _
) As String
'Usage
Dim input As FilterNodeConstant 
Dim output As String 

output = CType(input, String)
public static implicit operator string (
    FilterNodeConstant fnc
)
static implicit operator String^ (
    FilterNodeConstant^ fnc
)
JScript supports the use of custom casts, but not the declaration of new ones.

Parameters

Return Value

Type: System.String
A string representation of fnc.

See Also

Reference

FilterNodeConstant Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace