Compartir a través de


Interfaz Variable

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

For more information, see VariableClass.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("5DE31EA1-75EA-41D2-B6F0-219EE20583F5")> _
Public Interface Variable _
    Inherits IDTSVariable100
'Uso
Dim instance As Variable
[GuidAttribute("5DE31EA1-75EA-41D2-B6F0-219EE20583F5")]
public interface Variable : IDTSVariable100
[GuidAttribute(L"5DE31EA1-75EA-41D2-B6F0-219EE20583F5")]
public interface class Variable : IDTSVariable100
[<GuidAttribute("5DE31EA1-75EA-41D2-B6F0-219EE20583F5")>]
type Variable =  
    interface
        interface IDTSVariable100
    end
public interface Variable extends IDTSVariable100

El tipo Variable expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DataType Infraestructura. For more information, see Variable. (Se hereda de IDTSVariable100.)
Propiedad pública EvaluateAsExpression Infraestructura. For more information, see Variable. (Se hereda de IDTSVariable100.)
Propiedad pública IncludeInDebugDump Gets or sets a value that specifies whether the variable value is included in the debug dump files. (Se hereda de IDTSVariable100.)
Propiedad pública Namespace Infraestructura. For more information, see Variable. (Se hereda de IDTSVariable100.)
Propiedad pública QualifiedName Infraestructura. For more information, see Variable. (Se hereda de IDTSVariable100.)
Propiedad pública RaiseChangedEvent Infraestructura. For more information, see Variable. (Se hereda de IDTSVariable100.)
Propiedad pública ReadOnly Infraestructura. For more information, see Variable. (Se hereda de IDTSVariable100.)
Propiedad pública SystemVariable Infraestructura. For more information, see Variable. (Se hereda de IDTSVariable100.)
Propiedad pública Value Infraestructura. For more information, see Variable. (Se hereda de IDTSVariable100.)

Arriba