ExpressionNode.ToStringForUrn 方法

Returns the referenced object in URN format.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Public Function ToStringForUrn As String
用法
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

返回值

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

请参阅

参考

ExpressionNode 类

Microsoft.SqlServer.Management.Dmf 命名空间