Urn Implicit-Konversionen (String to Urn)
Converts to Urn. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
str As String _
) As Urn
'Usage
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 unterstützt die Verwendung benutzerdefinierter Umwandlungen, aber nicht die Deklaration neuer Umwandlungen.
Parameter
- str
Typ: System.String
The string to convert to Urn.
Rückgabewert
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A string value that contains the converted Urn.