SqlCacheDependencyDatabaseCollection.AllKeys 속성

정의

SqlCacheDependencyDatabaseCollection 키를 가져옵니다.

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

속성 값

String[]

컬렉션 키가 포함된 문자열 배열입니다.

예제

다음 코드 예제에서는 AllKeys 속성을 사용하는 방법을 보여 줍니다.


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

적용 대상