Share via


Variable Interfaz

Definición

Para obtener más información, vea VariableClass.

public interface class Variable : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))]
[System.Runtime.InteropServices.Guid("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")]
public interface Variable : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))]
[System.Runtime.InteropServices.Guid("D42A73DA-98BC-4FAF-B38F-FCF5D9ED36C1")]
public interface Variable : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))]
[System.Runtime.InteropServices.Guid("9DBE5DE5-2C09-4CFD-B8CA-8F5F0E769EB3")]
public interface Variable : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))>]
[<System.Runtime.InteropServices.Guid("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")>]
type Variable = interface
    interface IDTSVariable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))>]
[<System.Runtime.InteropServices.Guid("D42A73DA-98BC-4FAF-B38F-FCF5D9ED36C1")>]
type Variable = interface
    interface IDTSVariable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))>]
[<System.Runtime.InteropServices.Guid("9DBE5DE5-2C09-4CFD-B8CA-8F5F0E769EB3")>]
type Variable = interface
    interface IDTSVariable100
Public Interface Variable
Implements IDTSVariable100
Derivado
Atributos
Implementaciones

Propiedades

DataType

Obtiene el tipo de datos de la variable.

(Heredado de IDTSVariable100)
EvaluateAsExpression

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

(Heredado de IDTSVariable100)
IncludeInDebugDump

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

(Heredado de IDTSVariable100)
Namespace

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

(Heredado de IDTSVariable100)
Parent

Obtiene el contenedor primario de la variable.

(Heredado de IDTSVariable100)
QualifiedName

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

(Heredado de IDTSVariable100)
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.

(Heredado de IDTSVariable100)
ReadOnly

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

(Heredado de IDTSVariable100)
SystemVariable

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

(Heredado de IDTSVariable100)
Value

Obtiene o establece el valor asignado a la variable.

(Heredado de IDTSVariable100)

Métodos

GetValueWithContext(IDTSEvaluatorContext100)

Recupera el valor con el contexto especificado.

(Heredado de IDTSVariable100)

Se aplica a