Freigeben über


ExpressionNode.ToStringForUrn-Methode

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

Rückgabewert

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

Siehe auch

Verweis

ExpressionNode Klasse

Microsoft.SqlServer.Management.Dmf-Namespace