SMOEnumerator 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SMO(SQL Server Management Objects) 개체를 열거합니다.
public ref class SMOEnumerator : System::Collections::IEnumerator
public class SMOEnumerator : System.Collections.IEnumerator
type SMOEnumerator = class
interface IEnumerator
Public Class SMOEnumerator
Implements IEnumerator
- 상속
-
SMOEnumerator
- 구현
설명
데이터 SMOEnumerator 파일을 제외한 모든 SMO 개체를 열거하는 데 사용됩니다. 데이터 파일을 SMODataFileEnumerator열거하려면 .
속성
Current |
열거자에서 현재 개체를 가져옵니다. |
메서드
MoveNext() |
열거자를 컬렉션의 다음 요소로 이동합니다. |
Reset() |
컬렉션의 첫 번째 요소 앞의 초기 위치에 열거자를 설정합니다. |