다음을 통해 공유


Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO 네임스페이스

The Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO namespace is an enumerator containing classes and members for using SQL Server Management Objects (SMO). You can select what information to enumerate over, and how that information is enumerated.

클래스

  클래스 설명
공용 클래스 EmptyEnumerator Acts as a placeholder when enumeration is called on an empty collection. The runtime returns the empty enumerator when there are no elements in the collection to enumerate over. This class cannot be inherited.
공용 클래스 ForEachSMOEnumerator Contains the members used when enumerating over SQL Server Management Objects (SMO). This class cannot be inherited.
공용 클래스 SMODataFileEnumerator Enumerates the SQL Server Management Objects (SMO) data file.
공용 클래스 SMOEnumerator Enumerates the SQL Server Management Objects (SMO) objects.

인터페이스

  인터페이스 설명
공용 인터페이스 IDTSForEachSMOEnumerator Defines the interface for the ForEachSMOEnumerator class, providing members to enumerate over SQL Server Management Objects (SMO).