Condividi tramite


SqlCacheDependencyDatabaseCollection.AllKeys Proprietà

Definizione

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()

Valore della proprietà

String[]

Matrice di stringhe contenente le chiavi della raccolta.

Esempio

Nell'esempio di codice seguente viene illustrato come utilizzare la AllKeys proprietà .


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

Si applica a