Méthode ExpressionNode.ToStringForUrn
Returns the referenced object in URN format.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Function ToStringForUrn As String
'Utilisation
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
Valeur de retour
Type : System.String
A String value that contains the expression node object in URN format.