다음을 통해 공유


FeedSchema 클래스

정의

현재 세션의 데이터 피드에 대한 스키마를 나타냅니다.

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
특성
구현

생성자

FeedSchema()

FeedSchema 클래스의 새 인스턴스를 초기화합니다.

속성

ColumnAttributes

열 속성을 설명하는 특성을 가져오거나 설정합니다.

ColumnName

열 이름을 가져오거나 설정합니다.

ColumnNumber

데이터 피드의 열 번호를 가져오거나 설정합니다.

ColumnType

열의 유형을 가져오거나 설정합니다.

DisplayColumnName

데이터의 표시 이름이 포함된 열 이름을 가져오거나 설정합니다.

ExtensionData

추가 데이터를 포함하는 개체를 가져오거나 설정합니다.

IsGroup

스키마가 그룹인지 여부를 나타내는 값을 가져오거나 설정합니다.

메서드

RaisePropertyChanged(String)

지정한 속성의 PropertyChanged 이벤트를 발생시킵니다.

이벤트

PropertyChanged

속성 값이 변경될 때 발생합니다.

적용 대상