Compartilhar via


Interface Variable

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

For more information, see VariableClass.

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

Sintaxe

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

O tipo Variable expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DataType Infraestrutura. For more information, see Variable. (Herdado de IDTSVariable100.)
Propriedade pública EvaluateAsExpression Infraestrutura. For more information, see Variable. (Herdado de IDTSVariable100.)
Propriedade pública IncludeInDebugDump Gets or sets a value that specifies whether the variable value is included in the debug dump files. (Herdado de IDTSVariable100.)
Propriedade pública Namespace Infraestrutura. For more information, see Variable. (Herdado de IDTSVariable100.)
Propriedade pública QualifiedName Infraestrutura. For more information, see Variable. (Herdado de IDTSVariable100.)
Propriedade pública RaiseChangedEvent Infraestrutura. For more information, see Variable. (Herdado de IDTSVariable100.)
Propriedade pública ReadOnly Infraestrutura. For more information, see Variable. (Herdado de IDTSVariable100.)
Propriedade pública SystemVariable Infraestrutura. For more information, see Variable. (Herdado de IDTSVariable100.)
Propriedade pública Value Infraestrutura. For more information, see Variable. (Herdado de IDTSVariable100.)

Início