Konwersja Urn Implicit (Urn to String)
Konwertuje Urn.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Shared Widening Operator CType ( _
urn As Urn _
) As String
'Użycie
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
)
Język JScript obsługuje używanie niestandardowych rzutowań, ale nie obsługuje deklarowania nowych.
Parametry
- urn
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
Urn Obiektu.
Wartość zwracana
Typ: System.String
Ciąg zawierający przekonwertowane Urn.
Zobacz także