Report.Urn プロパティ

レポートの URN (Uniform Resource Name) 値を取得します。値の設定も可能です。

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

構文

'宣言

Public Property Urn As 
    Get
    Set
'使用

Dim instance As Report
Dim value As 

value = instance.Urn

instance.Urn = value
public  Urn { get; set; }
public:
property ^ Urn {
    ^ get ();
    void set (^ value);
}
member Urn :  with get, set
function get Urn () : 
function set Urn (value : )

プロパティ値

型:
指定されたレポートの Uniform Resource Name を表す文字列。

関連項目

参照

Report クラス

Microsoft.SqlServer.Management 名前空間