Property Class
レポート サーバー データベース内のアイテムのプロパティを表します。
名前空間: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
アセンブリ: ReportService2005 (reportingservice2005.dll 内)
構文
'宣言
<SerializableAttribute> _
<XmlIncludeAttribute(GetType(SearchCondition))> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")> _
Public Class Property
[SerializableAttribute]
[XmlIncludeAttribute(typeof(SearchCondition))]
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
public class Property
[SerializableAttribute]
[XmlIncludeAttribute(typeof(SearchCondition))]
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
public ref class Property
/** @attribute SerializableAttribute() */
/** @attribute XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.SearchCondition) */
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") */
public class Property
SerializableAttribute
XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.SearchCondition)
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")
public class Property
解説
Property クラスは、レポート サーバー データベース内にあるアイテムのカスタム プロパティや組み込みのプロパティを、取得または設定するために使用します。
Property オブジェクトは、GetProperties メソッドおよび GetSystemProperties メソッドから出力として返され、CreateDataSource、CreateFolder、CreateLinkedReport、CreateResource、GetProperties、GetSystemProperties、SetProperties、および SetSystemProperties の各メソッドに入力として渡されます。
継承階層
System.Object
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.Property
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.SearchCondition
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
Property Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace