ForEachADOEnumerator.DataObjectVariable 属性

定义

获取或设置一个字符串,该字符串包含枚举器中的持久化数据对象。

public:
 property System::String ^ DataObjectVariable { System::String ^ get(); void set(System::String ^ value); };
public string DataObjectVariable { get; set; }
member this.DataObjectVariable : string with get, set
Public Property DataObjectVariable As String

属性值

一个字符串,其中包含枚举器中的持久化数据对象。

实现

适用于