ExpressionNode.ToStringForUrn Method

Returns the referenced object in URN format.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Function ToStringForUrn As String
'Usage
Dim instance As ExpressionNode
Dim returnValue As String

returnValue = instance.ToStringForUrn()
public string ToStringForUrn()
public:
String^ ToStringForUrn()
member ToStringForUrn : unit -> string 
public function ToStringForUrn() : String

Return Value

Type: System.String
A String value that contains the expression node object in URN format.