Condividi tramite


ResultParameter.DtsVariableName Property

Gets or sets the name of the SSIS package variable.

Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly : Microsoft.SqlServer.DMQueryTask (in microsoft.sqlserver.dmquerytask.dll)

Sintassi

'Dichiarazione
Public Property DtsVariableName As String
public string DtsVariableName { get; set; }
public:
property String^ DtsVariableName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_DtsVariableName ()

/** @property */
public void set_DtsVariableName (String value)
public function get DtsVariableName () : String

public function set DtsVariableName (value : String)

Valore proprietà

A String containing the name of the package variable.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

ResultParameter Class
ResultParameter Members
Microsoft.SqlServer.Dts.Tasks.DMQueryTask Namespace