StaticPartialCachingControl コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
キャッシュされたサーバー コントロールの内容を格納する StaticPartialCachingControl オブジェクトを作成します。
オーバーロード
StaticPartialCachingControl(String, String, Int32, String, String, String, BuildMethod) |
キャッシュされたサーバー コントロールの内容を格納する StaticPartialCachingControl オブジェクトを作成します。 |
StaticPartialCachingControl(String, String, Int32, String, String, String, String, BuildMethod) |
キャッシュされたサーバー コントロールの内容を格納する StaticPartialCachingControl オブジェクトを作成します。 |
StaticPartialCachingControl(String, String, Int32, String, String, String, String, BuildMethod, String) |
.ascx ファイルで定義されているコントロールの StaticPartialCachingControl クラスの新しいインスタンスを初期化します。 |
StaticPartialCachingControl(String, String, Int32, String, String, String, BuildMethod)
キャッシュされたサーバー コントロールの内容を格納する StaticPartialCachingControl オブジェクトを作成します。
public:
StaticPartialCachingControl(System::String ^ ctrlID, System::String ^ guid, int duration, System::String ^ varyByParams, System::String ^ varyByControls, System::String ^ varyByCustom, System::Web::UI::BuildMethod ^ buildMethod);
public StaticPartialCachingControl (string ctrlID, string guid, int duration, string varyByParams, string varyByControls, string varyByCustom, System.Web.UI.BuildMethod buildMethod);
new System.Web.UI.StaticPartialCachingControl : string * string * int * string * string * string * System.Web.UI.BuildMethod -> System.Web.UI.StaticPartialCachingControl
Public Sub New (ctrlID As String, guid As String, duration As Integer, varyByParams As String, varyByControls As String, varyByCustom As String, buildMethod As BuildMethod)
パラメーター
- ctrlID
- String
ASP.NET によってサーバー コントロールに割り当てられた識別子。
- guid
- String
サーバー コントロールから渡されるグローバル一意識別子。
- duration
- Int32
サーバー コントロールがキャッシュ内に存続する時間の長さ。
- varyByParams
- String
キャッシュ内のユーザー コントロールを変更するために使用される、クエリ文字列またはフォームの POST パラメーターの文字列。
- varyByControls
- String
キャッシュ内のユーザー コントロールを変更するために使用される、サーバー コントロール プロパティから成る文字列。
- varyByCustom
- String
カスタムの出力キャッシュ パラメーター値を含んだユーザー定義の文字列。
- buildMethod
- BuildMethod
メソッドを呼び出して StaticPartialCachingControl を作成するデリゲート。
注釈
コンストラクターはStaticPartialCachingControl、ASP.NET ページ フレームワークで使用することを目的としており、開発者が直接呼び出すべきではありません。
こちらもご覧ください
適用対象
StaticPartialCachingControl(String, String, Int32, String, String, String, String, BuildMethod)
キャッシュされたサーバー コントロールの内容を格納する StaticPartialCachingControl オブジェクトを作成します。
public:
StaticPartialCachingControl(System::String ^ ctrlID, System::String ^ guid, int duration, System::String ^ varyByParams, System::String ^ varyByControls, System::String ^ varyByCustom, System::String ^ sqlDependency, System::Web::UI::BuildMethod ^ buildMethod);
public StaticPartialCachingControl (string ctrlID, string guid, int duration, string varyByParams, string varyByControls, string varyByCustom, string sqlDependency, System.Web.UI.BuildMethod buildMethod);
new System.Web.UI.StaticPartialCachingControl : string * string * int * string * string * string * string * System.Web.UI.BuildMethod -> System.Web.UI.StaticPartialCachingControl
Public Sub New (ctrlID As String, guid As String, duration As Integer, varyByParams As String, varyByControls As String, varyByCustom As String, sqlDependency As String, buildMethod As BuildMethod)
パラメーター
- ctrlID
- String
ASP.NET によってサーバー コントロールに割り当てられた識別子。
- guid
- String
サーバー コントロールから渡されるグローバル一意識別子。
- duration
- Int32
サーバー コントロールがキャッシュ内に存続する時間の長さ。
- varyByParams
- String
キャッシュ内のユーザー コントロールを変更するために使用される、クエリ文字列またはフォームの POST パラメーターの文字列。
- varyByControls
- String
キャッシュ内のユーザー コントロールを変更するために使用される、サーバー コントロール プロパティから成る文字列。
- varyByCustom
- String
カスタムの出力キャッシュ パラメーター値を含んだユーザー定義の文字列。
- sqlDependency
- String
Microsoft SQL Server キャッシュの依存関係で使用するデータベースとテーブルを指定する、セミコロンで区切られた文字列。
- buildMethod
- BuildMethod
メソッドを呼び出して StaticPartialCachingControl を作成するデリゲート。
注釈
コンストラクターはStaticPartialCachingControl、ASP.NET ページ フレームワークで使用することを目的としており、開発者が直接呼び出すべきではありません。
こちらもご覧ください
適用対象
StaticPartialCachingControl(String, String, Int32, String, String, String, String, BuildMethod, String)
.ascx ファイルで定義されているコントロールの StaticPartialCachingControl クラスの新しいインスタンスを初期化します。
public:
StaticPartialCachingControl(System::String ^ ctrlID, System::String ^ guid, int duration, System::String ^ varyByParams, System::String ^ varyByControls, System::String ^ varyByCustom, System::String ^ sqlDependency, System::Web::UI::BuildMethod ^ buildMethod, System::String ^ providerName);
public StaticPartialCachingControl (string ctrlID, string guid, int duration, string varyByParams, string varyByControls, string varyByCustom, string sqlDependency, System.Web.UI.BuildMethod buildMethod, string providerName);
new System.Web.UI.StaticPartialCachingControl : string * string * int * string * string * string * string * System.Web.UI.BuildMethod * string -> System.Web.UI.StaticPartialCachingControl
Public Sub New (ctrlID As String, guid As String, duration As Integer, varyByParams As String, varyByControls As String, varyByCustom As String, sqlDependency As String, buildMethod As BuildMethod, providerName As String)
パラメーター
- ctrlID
- String
ASP.NET によってコントロールに割り当てられた ID。
- guid
- String
キャッシュされたコントロールのグローバル一意識別子 (GUID)。
- duration
- Int32
コントロールの出力がキャッシュされる時間の長さ。
- varyByParams
- String
キャッシュ内のユーザー コントロールを変更するために使用される、クエリ文字列またはフォームの POST パラメーターの文字列。
- varyByControls
- String
キャッシュ内のユーザー コントロールを変更するために使用される、サーバー コントロール プロパティから成る文字列。
- varyByCustom
- String
カスタムの出力キャッシュ パラメーター値を含んだユーザー定義の文字列。
- sqlDependency
- String
Microsoft SQL Server キャッシュの依存関係で使用するデータベースとテーブルを指定する、セミコロンで区切られた文字列。
- buildMethod
- BuildMethod
メソッドを呼び出してコントロールを作成するデリゲート。
- providerName
- String
出力キャッシュされたコントロールを格納するために使用するプロバイダーの名前。
注釈
コントロールの出力キャッシュ プロバイダーは、宣言的に指定することも、in コードを PartialCachingAttribute 使用して指定することもできます。