Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 ( _
urn As Urn _
) As String
'Usage
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
)
JScript supports the use of custom casts, but not the declaration of new ones.
Parameters
- urn
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
An Urn object.
Return Value
Type: System.String
A string that contains the converted Urn.