Compartir a través de


Interfaz IDTSVariable100

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

Represents an interface for the variable on a package, task or container.

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

Sintaxis

'Declaración
<GuidAttribute("8E98BF46-3063-4324-9A79-D80C069C1B02")> _
Public Interface IDTSVariable100
'Uso
Dim instance As IDTSVariable100
[GuidAttribute("8E98BF46-3063-4324-9A79-D80C069C1B02")]
public interface IDTSVariable100
[GuidAttribute(L"8E98BF46-3063-4324-9A79-D80C069C1B02")]
public interface class IDTSVariable100
[<GuidAttribute("8E98BF46-3063-4324-9A79-D80C069C1B02")>]
type IDTSVariable100 =  interface end
public interface IDTSVariable100

El tipo IDTSVariable100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DataType Infraestructura. Gets the data type of the variable.
Propiedad pública EvaluateAsExpression Infraestructura. Gets or sets a value that indicates whether the variable contains an expression.
Propiedad pública IncludeInDebugDump Gets or sets a value that specifies whether the variable value is included in the debug dump files.
Propiedad pública Namespace Infraestructura. Gets or sets the namespace that the variable belongs to.
Propiedad pública Parent Infraestructura. Gets the parent container of the variable.
Propiedad pública QualifiedName Infraestructura. Gets the fully qualified name of the variable, including the namespace. This property is read-only.
Propiedad pública RaiseChangedEvent Infraestructura. Gets or sets a value that indicates whether the variable has been flagged to raise the OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean%) event when the value of the variable changes.
Propiedad pública ReadOnly Infraestructura. Gets or sets a value that indicates whether the variable is read-only and cannot have its value modified.
Propiedad pública SystemVariable Infraestructura. Gets a value that indicates whether the variable is a system variable. This property is read-only.
Propiedad pública Value Infraestructura. Gets or sets the value assigned to the variable.

Arriba

Métodos

  Nombre Descripción
Método público GetValueWithContext Infraestructura. Retrieves the value with the specified context.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper