User クラス

定義

警告機能においてメタデータとランタイムのセキュリティをサポートするユーザーを表します。

public ref class User : 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="User", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
[System.Serializable]
public class User : 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="User", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")>]
[<System.Serializable>]
type User = class
    interface IExtensibleDataObject
    interface INotifyPropertyChanged
Public Class User
Implements IExtensibleDataObject, INotifyPropertyChanged
継承
User
属性
実装

コンストラクター

User()

User クラスの新しいインスタンスを初期化します。

プロパティ

DisplayUserName

ユーザーの表示名を取得または設定します。

ExtensionData

追加のデータを格納する構造体を取得または設定します。

UserId

サービスによって生成される一意のキーを取得または設定します。

メソッド

RaisePropertyChanged(String)

指定されたプロパティの propertyChanged イベントを発生させます。

events

PropertyChanged

プロパティ値が変更するときに発生します。

適用対象