Share via


IAlienObject.GetUrn メソッド

オブジェクトの Uniform Resource Name を取得します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Private Function GetUrn As Urn Implements IAlienObject.GetUrn
'使用
Dim instance As SqlSmoObject
Dim returnValue As Urn

returnValue = CType(instance, IAlienObject).GetUrn()
Urn IAlienObject.GetUrn()
private:
virtual Urn^ GetUrn() sealed = IAlienObject::GetUrn
private abstract GetUrn : unit -> Urn 
private override GetUrn : unit -> Urn 
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

戻り値

型: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
オブジェクトの Unified Resource Name を表す Urn です。

実装

IAlienObject. . :: . .GetUrn() () () ()