Compartir a través de


ResultParameter.DtsVariableName Property

Gets or sets the name of the SSIS package variable.

Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Ensamblado: Microsoft.SqlServer.DMQueryTask (in microsoft.sqlserver.dmquerytask.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

A String containing the name of the package variable.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

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