Conversione Urn Implicit (Urn to String)
Converts to Urn. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Shared Widening Operator CType ( _
urn As Urn _
) As String
'Utilizzo
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 supporta l'utilizzo di cast personalizzati, ma non la dichiarazione di nuovi cast.
Parametri
- urn
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
An Urn object.
Valore restituito
Tipo: System.String
A string that contains the converted Urn.