Compartir a través de


DtsVariableName Propiedad

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

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