ExpressionNode.ToStringForUrn メソッド

参照先のオブジェクトを URN 形式で返します。

名前空間:  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
URN 形式の式ノード オブジェクトを含む String 値です。

関連項目

参照

ExpressionNode クラス

Microsoft.SqlServer.Management.Dmf 名前空間