IDTSForEachSMOEnumerator 接口

Defines the interface for the ForEachSMOEnumerator class, providing members to enumerate over SQL Server Management Objects (SMO).

命名空间:  Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO
程序集:  Microsoft.SqlServer.ForEachSMOEnumerator(在 Microsoft.SqlServer.ForEachSMOEnumerator.dll 中)

语法

声明
Public Interface IDTSForEachSMOEnumerator
用法
Dim instance As IDTSForEachSMOEnumerator
public interface IDTSForEachSMOEnumerator
public interface class IDTSForEachSMOEnumerator
type IDTSForEachSMOEnumerator =  interface end
public interface IDTSForEachSMOEnumerator

IDTSForEachSMOEnumerator 类型公开以下成员。

属性

  名称 说明
公共属性 EnumURN Gets or sets a String that contains the SQL Server Management Object (SMO) enumeration Uniform Resource Name (URN) for the selected enumeration.

页首