Partilhar via


Conversão Implicit (String to Urn)

Converts to Urn. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 dá suporte ao uso de casts personalizados, mas não à declaração de casts novos.

Parâmetros

Valor de retorno

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
A string value that contains the converted Urn.