ProfileInfo コンストラクタ (String, Boolean, DateTime, DateTime, Int32)
アセンブリ: System.Web (system.web.dll 内)

Public Sub New ( _ username As String, _ isAnonymous As Boolean, _ lastActivityDate As DateTime, _ lastUpdatedDate As DateTime, _ size As Integer _ )
Dim username As String Dim isAnonymous As Boolean Dim lastActivityDate As DateTime Dim lastUpdatedDate As DateTime Dim size As Integer Dim instance As New ProfileInfo(username, isAnonymous, lastActivityDate, lastUpdatedDate, size)
public ProfileInfo ( string username, bool isAnonymous, DateTime lastActivityDate, DateTime lastUpdatedDate, int size )
public: ProfileInfo ( String^ username, bool isAnonymous, DateTime lastActivityDate, DateTime lastUpdatedDate, int size )
public ProfileInfo ( String username, boolean isAnonymous, DateTime lastActivityDate, DateTime lastUpdatedDate, int size )
public function ProfileInfo ( username : String, isAnonymous : boolean, lastActivityDate : DateTime, lastUpdatedDate : DateTime, size : int )

ProfileInfo オブジェクトは、データ ストアからのユーザー プロファイルに関する情報を表すために使用されます。これらの情報には、プロファイル プロパティが取得または更新された最後の日時、プロファイルに関連付けられたユーザー名、プロファイルが匿名ユーザーまたは認証済みユーザーに対応しているかどうかが含まれます。
ProfileInfo オブジェクトは、ProfileProvider のメソッドである GetAllProfiles、GetAllInactiveProfiles、FindProfilesByUserName および FindInactiveProfilesByUserName により、ProfileInfoCollection として生成され、メソッドから制御が戻されます。

データ ストア内のユーザー プロファイルに対し、ProfileInfo オブジェクトの ProfileInfoCollection を作成する ProfileProvider の実装例については「プロファイル プロバイダの実装」を参照してください。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


ProfileInfo コンストラクタ

名前 | 説明 |
---|---|
ProfileInfo () | ProfileInfo クラスを継承するクラスに対し、ProfileInfo オブジェクトのインスタンスを作成します。 |
ProfileInfo (String, Boolean, DateTime, DateTime, Int32) | 指定したプロパティ値を使用して ProfileInfo クラスのインスタンスを作成します。 |

関連項目
ProfileInfo クラスProfileInfo メンバ
System.Web.Profile 名前空間
その他の技術情報
ASP.NET プロファイル プロパティASP.NET プロファイル プロパティ
ProfileInfo コンストラクタ ()
アセンブリ: System.Web (system.web.dll 内)


この System.Web.Profile.ProfileInfo コンストラクタは、コードで使用するためのものではありません。代わりに、System.Web.Profile.ProfileInfo を使用します。
ProfileInfo オブジェクトは、ProfileProvider のメソッドである GetAllProfiles、GetAllInactiveProfiles、FindProfilesByUserName および FindInactiveProfilesByUserName により、ProfileInfoCollection の一部として生成され、メソッドから制御が戻されます。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


ProfileInfo クラス
ProfileInfo メンバ
System.Web.Profile 名前空間
その他の技術情報
ASP.NET プロファイル プロパティ
ASP.NET プロファイル プロパティ
- ProfileInfo コンストラクタのページへのリンク