IDTSForEachFromVarEnumerator.VariableName Property

Definition

Gets or sets the name of the variable to enumerate.

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

Property Value

A String containing the name of the variable to enumerate.

Applies to