Conversione Urn Implicit (String to Urn)
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 ( _
str As String _
) As Urn
'Utilizzo
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 supporta l'utilizzo di cast personalizzati, ma non la dichiarazione di nuovi cast.
Parametri
- str
Tipo: System.String
The string to convert to Urn.
Valore restituito
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A string value that contains the converted Urn.