Job.Description プロパティ

現在ジョブが関連付けられているアイテムの名前です。 アイテムがデータ ドリブン サブスクリプションである場合、データ ドリブンの配信の説明が返されます。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.dll)

構文

'宣言
Public Property Description As String 
    Get 
    Set
'使用
Dim instance As Job 
Dim value As String 

value = instance.Description

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

プロパティ値

型: System.String
読み取り専用の String です。

関連項目

参照

Job クラス

ReportService2005 名前空間