SqlCacheDependencyDatabaseCollection.Item[] Property

Definition

Gets the specified SqlCacheDependencyDatabase collection item.

Overloads

Item[Int32]

Gets or sets the SqlCacheDependencyDatabase object at the specified index.

Item[String]

Gets or sets the SqlCacheDependencyDatabase object with the specified name.

Item[Int32]

Gets or sets the SqlCacheDependencyDatabase object at the specified index.

public System.Web.Configuration.SqlCacheDependencyDatabase this[int index] { get; set; }

Parameters

index
Int32

The collection index of the SqlCacheDependencyDatabase object.

Property Value

The SqlCacheDependencyDatabase object at the specified index.

Applies to

.NET Framework 4.8.1 y otras versiones
Producto Versiones
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Item[String]

Gets or sets the SqlCacheDependencyDatabase object with the specified name.

public System.Web.Configuration.SqlCacheDependencyDatabase this[string name] { get; }

Parameters

name
String

The name of the SqlCacheDependencyDatabase object.

Property Value

The SqlCacheDependencyDatabase object with the specified name.

Applies to

.NET Framework 4.8.1 y otras versiones
Producto Versiones
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1