Urn Implicit Conversion (String to Urn)
Converts to Urn. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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 supports the use of custom casts, but not the declaration of new ones.
Parameters
- str
Type: System.String
The string to convert to Urn.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A string value that contains the converted Urn.