Property クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アイテムのプロパティを表します。
public ref class Property
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class Property
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type Property = class
Public Class Property
- 継承
-
Property
- 属性
注釈
Property クラスは、アイテムのカスタム プロパティや組み込みプロパティを取得または変更するために使用します。
Propertyオブジェクトは、 メソッドと GetSystemProperties メソッドによってGetProperties出力として返され、、CreateItem、SetPropertiesGetPropertiesGetSystemPropertiesおよび SetSystemProperties の各メソッドにCreateDataSource入力として渡されます。
コンストラクター
Property() |
Property クラスの新しいインスタンスを初期化します。 |
プロパティ
Name |
プロパティの名前を取得または設定します。 |
Value |
プロパティの値を取得または設定します。 |