Konwersja Urn Implicit (String to Urn)
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 ( _
str As String _
) As Urn
'Użycie
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
)
Język JScript obsługuje używanie niestandardowych rzutowań, ale nie obsługuje deklarowania nowych.
Parametry
- str
Typ: System.String
Ciąg, aby przekonwertować Urn.
Wartość zwracana
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
Wartość ciąg zawierający przekonwertowane Urn.
Zobacz także