次の方法で共有


Property クラス

アイテムのプロパティを表します。

継承階層

System.Object
  ReportService2010.Property

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

構文

'宣言
<SerializableAttribute> _
Public Class Property
'使用
Dim instance As [Property]
[SerializableAttribute]
public class Property
[SerializableAttribute]
public ref class Property
[<SerializableAttribute>]
type Property =  class end
public class Property

Property 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド Property Property クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Name プロパティの名前を取得または設定します。
パブリック プロパティ Value プロパティの値を取得または設定します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

説明

Property クラスは、アイテムのカスタム プロパティや組み込みプロパティを取得または変更するために使用します。

Property オブジェクトは、GetProperties メソッドおよび GetSystemProperties メソッドから出力として返され、CreateDataSource、CreateItem(String, String, String, Boolean, Byte, Property, Warning)、GetPropertiesGetSystemPropertiesSetProperties、および SetSystemProperties の各メソッドに入力として渡されます。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

ReportService2010 名前空間