Property クラス
レポート サーバー データベース内のアイテムのプロパティを表します。
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.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 オブジェクトは、GetProperties メソッドおよび GetSystemProperties メソッドから出力として返され、CreateDataSource、CreateFolder、CreateLinkedReport、CreateResource、GetProperties、GetSystemProperties、SetProperties、および SetSystemProperties の各メソッドに入力として渡されます。
継承階層
System. . :: . .Object
ReportService2005..::..Property
ReportService2005. . :: . .SearchCondition
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。