ToStringForUrn Método
Returns the referenced object in URN format.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System. . :: . .String
A String value that contains the expression node object in URN format.