次の方法で共有


Warning.ObjectType プロパティ

エラーまたは警告の原因となったレポート定義内のオブジェクトの種類を取得または設定します。 読み取り専用です。

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

構文

'宣言
Public Property ObjectType As String 
    Get 
    Set
'使用
Dim instance As Warning 
Dim value As String 

value = instance.ObjectType

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

プロパティ値

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

関連項目

参照

Warning クラス

ReportExecution2005 名前空間