ForEachItemValue 类
Stores a value from the ForEachItem collection. This class cannot be inherited.
继承层次结构
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItemValue
命名空间: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public NotInheritable Class ForEachItemValue _
Inherits DtsObject
用法
Dim instance As ForEachItemValue
public sealed class ForEachItemValue : DtsObject
public ref class ForEachItemValue sealed : public DtsObject
[<SealedAttribute>]
type ForEachItemValue =
class
inherit DtsObject
end
public final class ForEachItemValue extends DtsObject
ForEachItemValue 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Value | Gets or sets an object to contain the value. |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | Determines whether two object instances are equal. (从 DtsObject 继承。) | |
GetHashCode | Returns the hash code for this instance. (从 DtsObject 继承。) | |
GetType | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。