Implicit Conversión (String to Urn)
Converts to Urn. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Shared Widening Operator CType ( _
str As String _
) As Urn
'Uso
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 admite el uso de conversiones personalizadas, pero no la declaración de otras nuevas.
Parámetros
- str
Tipo: System. . :: . .String
The string to convert to Urn.
Valor devuelto
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
A string value that contains the converted Urn.