Conversion Implicit (String to Urn)
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 ( _
str As String _
) As Urn
'Utilisation
Dim input As String
Dim output As Urn
output = CType(input, Urn)
public static implicit operator Urn (
string str
)
static implicit operator Urn^ (
String^ str
)
JScript prend en charge l'utilisation de conversions personnalisées, mais pas la déclaration de nouvelles conversions.
Paramètres
- str
Type : System. . :: . .String
The string to convert to Urn.
Valeur de retour
Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
A string value that contains the converted Urn.