Compartilhar via


Interface IDTSVariable100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<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

O tipo IDTSVariable100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DataType Infraestrutura. Gets the data type of the variable.
Propriedade pública EvaluateAsExpression Infraestrutura. Gets or sets a value that indicates whether the variable contains an expression.
Propriedade pública IncludeInDebugDump Gets or sets a value that specifies whether the variable value is included in the debug dump files.
Propriedade pública Namespace Infraestrutura. Gets or sets the namespace that the variable belongs to.
Propriedade pública Parent Infraestrutura. Gets the parent container of the variable.
Propriedade pública QualifiedName Infraestrutura. Gets the fully qualified name of the variable, including the namespace. This property is read-only.
Propriedade pública RaiseChangedEvent Infraestrutura. 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.
Propriedade pública ReadOnly Infraestrutura. Gets or sets a value that indicates whether the variable is read-only and cannot have its value modified.
Propriedade pública SystemVariable Infraestrutura. Gets a value that indicates whether the variable is a system variable. This property is read-only.
Propriedade pública Value Infraestrutura. Gets or sets the value assigned to the variable.

Início

Métodos

  Nome Descrição
Método público GetValueWithContext Infraestrutura. Retrieves the value with the specified context.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper