Compartir a través de


IDTSResultBinding.DtsVariableName Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the name of the SSIS package variable.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Ensamblado:  Microsoft.SqlServer.SQLTask (en Microsoft.SqlServer.SQLTask.dll)

Sintaxis

'Declaración
Property DtsVariableName As String 
    Get 
    Set
'Uso
Dim instance As IDTSResultBinding 
Dim value As String 

value = instance.DtsVariableName

instance.DtsVariableName = value
string DtsVariableName { get; set; }
property String^ DtsVariableName {
    String^ get ();
    void set (String^ value);
}
abstract DtsVariableName : string with get, set
function get DtsVariableName () : String 
function set DtsVariableName (value : String)

Valor de la propiedad

Tipo: System.String
The name of the package variable.

Vea también

Referencia

IDTSResultBinding Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask