FeedSchema 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表當前會話資料饋的結構。
public ref class FeedSchema : System::ComponentModel::INotifyPropertyChanged, System::Runtime::Serialization::IExtensibleDataObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="FeedSchema", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
[System.Serializable]
public class FeedSchema : System.ComponentModel.INotifyPropertyChanged, System.Runtime.Serialization.IExtensibleDataObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="FeedSchema", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")>]
[<System.Serializable>]
type FeedSchema = class
interface IExtensibleDataObject
interface INotifyPropertyChanged
Public Class FeedSchema
Implements IExtensibleDataObject, INotifyPropertyChanged
- 繼承
-
FeedSchema
- 屬性
- 實作
建構函式
| 名稱 | Description |
|---|---|
| FeedSchema() |
初始化 FeedSchema 類別的新執行個體。 |
屬性
| 名稱 | Description |
|---|---|
| ColumnAttributes |
取得或設定描述欄位屬性的屬性。 |
| ColumnName |
取得或設定欄位名稱。 |
| ColumnNumber |
取得或設定資料饋送中欄位的編號。 |
| ColumnType |
取得或設定欄位的類型。 |
| DisplayColumnName |
取得或設定包含資料顯示名稱的欄位名稱。 |
| ExtensionData |
取得或設定包含額外資料的物件。 |
| IsGroup |
取得或設定一個值,指示該結構是否為群組。 |
方法
| 名稱 | Description |
|---|---|
| RaisePropertyChanged(String) |
為指定屬性提出 PropertyChanged 事件。 |
事件
| 名稱 | Description |
|---|---|
| PropertyChanged |
當房產價值變動時發生。 |