This topic has not yet been rated - Rate this topic

Urn Implicit Conversion (Urn to String)

SQL Server 2012

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)
public static implicit operator string (
	Urn urn
)

Parameters

urn
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
An Urn object.

Return Value

Type: System.String
A string that contains the converted Urn.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.