Partager via


Interface Variable

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see VariableClass.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("8E98BF46-3063-4324-9A79-D80C069C1B02")> _
Public Interface Variable _
    Inherits IDTSVariable100
'Utilisation
Dim instance As Variable
[GuidAttribute("8E98BF46-3063-4324-9A79-D80C069C1B02")]
public interface Variable : IDTSVariable100
[GuidAttribute(L"8E98BF46-3063-4324-9A79-D80C069C1B02")]
public interface class Variable : IDTSVariable100
[<GuidAttribute("8E98BF46-3063-4324-9A79-D80C069C1B02")>]
type Variable =  
    interface 
        interface IDTSVariable100 
    end
public interface Variable extends IDTSVariable100

Le type Variable expose les membres suivants.

Propriétés

  Nom Description
Propriété publique DataType Infrastructure. Gets the data type of the variable. (hérité de IDTSVariable100.)
Propriété publique EvaluateAsExpression Infrastructure. Gets or sets a value that indicates whether the variable contains an expression. (hérité de IDTSVariable100.)
Propriété publique IncludeInDebugDump Gets or sets a value that specifies whether the variable value is included in the debug dump files. (hérité de IDTSVariable100.)
Propriété publique Namespace Infrastructure. Gets or sets the namespace that the variable belongs to. (hérité de IDTSVariable100.)
Propriété publique Parent Infrastructure. Gets the parent container of the variable. (hérité de IDTSVariable100.)
Propriété publique QualifiedName Infrastructure. Gets the fully qualified name of the variable, including the namespace. This property is read-only. (hérité de IDTSVariable100.)
Propriété publique RaiseChangedEvent Infrastructure. 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. (hérité de IDTSVariable100.)
Propriété publique ReadOnly Infrastructure. Gets or sets a value that indicates whether the variable is read-only and cannot have its value modified. (hérité de IDTSVariable100.)
Propriété publique SystemVariable Infrastructure. Gets a value that indicates whether the variable is a system variable. This property is read-only. (hérité de IDTSVariable100.)
Propriété publique Value Infrastructure. Gets or sets the value assigned to the variable. (hérité de IDTSVariable100.)

Haut de la page

Méthodes

  Nom Description
Méthode publique GetValueWithContext Infrastructure. Retrieves the value with the specified context. (hérité de IDTSVariable100.)

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper