ForEachEnumeratorInfo 类
Contains information about the ForEachEnumerator. This class cannot be inherited.
继承层次结构
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime..::..ForEachEnumeratorInfo
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public NotInheritable Class ForEachEnumeratorInfo _
Inherits DtsObject _
Implements IDTSName
用法
Dim instance As ForEachEnumeratorInfo
public sealed class ForEachEnumeratorInfo : DtsObject,
IDTSName
public ref class ForEachEnumeratorInfo sealed : public DtsObject,
IDTSName
[<SealedAttribute>]
type ForEachEnumeratorInfo =
class
inherit DtsObject
interface IDTSName
end
public final class ForEachEnumeratorInfo extends DtsObject implements IDTSName
ForEachEnumeratorInfo 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
CreationName | Returns the string that is used by the runtime to create an instance of the ForEachEnumeratorInfo object. This property is read-only. | |
Description | Gets or sets a description for the ForEachEnumerator. | |
FileName | Returns the name of the file that is the data source for the ForEachEnumerator. This value is read-only. | |
FileNameVersionString | Returns the version number of the file. This value is read-only. | |
ForEachEnumeratorContact | Returns a component-writer defined String that is shown when a ForEachEnumerator is loaded, and it references a component that is not currently installed on the computer. This value is read-only. | |
ID | Returns the GUID assigned to the ForEachEnumerator. This value is read-only. | |
Name | Gets or sets the GUID assigned to the ForEachEnumerator. | |
UITypeName | Returns the qualified name of the assembly that implements the user interface of the ForEachEnumerator. This value is read-only. |
页首
方法
名称 | 说明 | |
---|---|---|
CreateNew | Creates a new ForEachEnumeratorHost for any ForEach enumerator. | |
Equals | Determines whether two object instances are equal. (从 DtsObject 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | Returns the hash code for this instance. (从 DtsObject 继承。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。