Share via


IDTSVariable100 Interfaz

Definición

Representa una interfaz para la variable en un paquete, tarea o contenedor.

public interface class IDTSVariable100
[System.Runtime.InteropServices.Guid("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVariable100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D42A73DA-98BC-4FAF-B38F-FCF5D9ED36C1")]
public interface IDTSVariable100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("9DBE5DE5-2C09-4CFD-B8CA-8F5F0E769EB3")]
public interface IDTSVariable100
[<System.Runtime.InteropServices.Guid("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVariable100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D42A73DA-98BC-4FAF-B38F-FCF5D9ED36C1")>]
type IDTSVariable100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("9DBE5DE5-2C09-4CFD-B8CA-8F5F0E769EB3")>]
type IDTSVariable100 = interface
Public Interface IDTSVariable100
Derivado
Atributos

Propiedades

DataType

Obtiene el tipo de datos de la variable.

EvaluateAsExpression

Obtiene o establece un valor que indica si la variable contiene una expresión.

IncludeInDebugDump

Obtiene o establece un valor que especifica si el valor de la variable está incluido en los archivos de volcado de depuración.

Namespace

Obtiene o establece el espacio de nombres al que pertenece la variable.

Parent

Obtiene el contenedor primario de la variable.

QualifiedName

Obtiene el nombre completo de la variable, con el espacio de nombres incluido. Esta propiedad es de solo lectura.

RaiseChangedEvent

Obtiene o establece un valor que indica si la variable se ha marcado para generar el evento OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean) cuando el valor de la variable cambia.

ReadOnly

Obtiene o establece un valor que indica si la variable es de solo lectura y no se puede modificar su valor.

SystemVariable

Obtiene un valor que indica si la variable es una variable del sistema. Esta propiedad es de solo lectura.

Value

Obtiene o establece el valor asignado a la variable.

Métodos

GetValueWithContext(IDTSEvaluatorContext100)

Recupera el valor con el contexto especificado.

Se aplica a