ResultParameter.DtsVariableName Property

Definition

Gets or sets the name of the SSIS package variable.

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

Property Value

A String containing the name of the package variable.

Applies to