次の方法で共有


CatalogItem.ID プロパティ

定義

レポート サーバー データベースのアイテムの ID を取得します。 読み取り専用です。

public:
 property System::String ^ ID { System::String ^ get(); void set(System::String ^ value); };
public string ID { get; set; }
member this.ID : string with get, set
Public Property ID As String

プロパティ値

レポート サーバー データベースのアイテムの ID を表す String 値です。

注釈

アイテムを移動したり名前を変更したりしても ID は変わりません。

適用対象