Conversão Implicit (Urn to String)
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 ( _
urn As Urn _
) As String
'Uso
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 dá suporte ao uso de casts personalizados, mas não à declaração de casts novos.
Parâmetros
- urn
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
An Urn object.
Valor de retorno
Tipo: System. . :: . .String
A string that contains the converted Urn.