Partilhar via


Método ExpressionNode.ToStringForUrn

Returns the referenced object in URN format.

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

Sintaxe

'Declaração
Public Function ToStringForUrn As String
'Uso
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

Valor de retorno

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

Consulte também

Referência

ExpressionNode Classe

Namespace Microsoft.SqlServer.Management.Dmf