DBDataPermission.ToXml メソッド
セキュリティ オブジェクトとその現在の状態を表す XML エンコーディングを作成します。
Overrides Public Function ToXml() As SecurityElement Implements _ ISecurityEncodable.ToXml
[C#]
public override SecurityElement ToXml();
[C++]
public: SecurityElement* ToXml();
[JScript]
public override function ToXml() : SecurityElement;
戻り値
セキュリティ オブジェクトとそのすべての状態情報を含む XML エンコーディング。
実装
解説
セキュリティ オブジェクトを拡張するカスタム コードでは、 ToXml メソッドと FromXml メソッドを実装し、オブジェクトをセキュリティのエンコードに対応させる必要があります。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
DBDataPermission クラス | DBDataPermission メンバ | System.Data.Common 名前空間