Implicit-Konversionen (FilterNodeConstant to String)
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. 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 unterstützt die Verwendung benutzerdefinierter Umwandlungen, aber nicht die Deklaration neuer Umwandlungen.
Parameter
- fnc
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .FilterNodeConstant
The FilterNodeConstant to convert.
Rückgabewert
Typ: System. . :: . .String
A string representation of fnc.