共用方式為


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 命名空間