Specifies whether to create items in the array as an associative array object, or as independent objects.
배열에서 항목을 연관 배열 객체로 작성할지 독립 객체로 작성할지를 지정합니다.
Edits associative array objects and their source objects.
연관 배열 객체 및 해당 원본 객체를 편집합니다.
Explodes an associative array into copies of the original objects.
An associative array, sometimes called a hash or map, uses keys instead of a numeric index to organize stored values.
해시 또는 맵이라고도 하는 연관 배열은 숫자 인덱스 대신 키를 사용하여 저장된 값을 구성합니다.
To use a cursor to populate an associative array indexed by integer
커서를 사용하여 정수로 인덱스화된 연관 배열을 채우려면 다음과 같이 하십시오.
Your code should not expect the keys of an associative array to be in a specific order.
코드에서 연관 배열의 키가 특정한 순서로 되어 있으면 안 됩니다.
Activates an editing state in which you can update the associative array by editing one of its items.
해당 항목 중 하나를 편집하여 연관 배열을 업데이트할 수 있는 편집 상태를 활성화합니다.
With an associative array, you can quickly propagate changes throughout the array by editing the properties and source objects.
연관 배열의 경우 특성 및 원본 객체를 편집하여 배열 전체에 변경 사항을 빠르게 전파할 수 있습니다.
Declare an associative array variable of that type
해당 유형의 연관 배열 변수를 선언합니다.
When you select a single associative array object, one of the following visors is displayed
단일 연관 배열 객체를 선택하면 다음 바이저 중 하나가 표시됩니다.
To assign a value to an associative array element, you can use an assignment operator
연관 배열 요소에 값을 지정하려면 지정 연산자를 사용합니다.
The examples in the following sections use either two indexed arrays or an associative array of indexed arrays.
다음 단원의 예제에서는 두 개의 인덱스 배열이나 인덱스 배열의 연관 배열을 사용합니다.
Another type of array is an associative array, which uses a string key instead of a numeric index to identify individual elements.
또 다른 배열 유형으로 연관 배열이 있는데, 여기에서는 숫자 인덱스 대신 문자열 키를 사용하여 개별 요소를 식별합니다.