SqlCacheDependencyDatabaseCollection.AllKeys Egenskap

Definition

public:
 property cli::array <System::String ^> ^ AllKeys { cli::array <System::String ^> ^ get(); };
public string[] AllKeys { get; }
member this.AllKeys : string[]
Public ReadOnly Property AllKeys As String()

Egenskapsvärde

String[]

Strängmatrisen som innehåller samlingsnycklarna.

Exempel

Följande kodexempel visar hur du använder egenskapen AllKeys .


object[] collectionKeys = sqlCdds.AllKeys;
Dim collectionKeys As String() = sqlCdds.AllKeys

Gäller för