Share via


Conversion Implicit (Urn to String)

Converts to Urn. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Shared Widening Operator CType ( _
    urn As Urn _
) As String
'Utilisation
Dim input As Urn
Dim output As String

output = CType(input, String)
public static implicit operator string (
    Urn urn
)
static implicit operator String^ (
    Urn^ urn
)
JScript prend en charge l'utilisation de conversions personnalisées, mais pas la déclaration de nouvelles conversions.

Paramètres

Valeur de retour

Type : System. . :: . .String
A string that contains the converted Urn.