Freigeben über


Variable-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

For more information, see VariableClass.

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

Syntax

'Declaration
<GuidAttribute("8E98BF46-3063-4324-9A79-D80C069C1B02")> _
Public Interface Variable _
    Inherits IDTSVariable100
'Usage
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

Der Variable-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataType Infrastruktur Gets the data type of the variable. (Geerbt von IDTSVariable100.)
Öffentliche Eigenschaft EvaluateAsExpression Infrastruktur Gets or sets a value that indicates whether the variable contains an expression. (Geerbt von IDTSVariable100.)
Öffentliche Eigenschaft IncludeInDebugDump Gets or sets a value that specifies whether the variable value is included in the debug dump files. (Geerbt von IDTSVariable100.)
Öffentliche Eigenschaft Namespace Infrastruktur Gets or sets the namespace that the variable belongs to. (Geerbt von IDTSVariable100.)
Öffentliche Eigenschaft Parent Infrastruktur Gets the parent container of the variable. (Geerbt von IDTSVariable100.)
Öffentliche Eigenschaft QualifiedName Infrastruktur Gets the fully qualified name of the variable, including the namespace. This property is read-only. (Geerbt von IDTSVariable100.)
Öffentliche Eigenschaft RaiseChangedEvent Infrastruktur 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. (Geerbt von IDTSVariable100.)
Öffentliche Eigenschaft ReadOnly Infrastruktur Gets or sets a value that indicates whether the variable is read-only and cannot have its value modified. (Geerbt von IDTSVariable100.)
Öffentliche Eigenschaft SystemVariable Infrastruktur Gets a value that indicates whether the variable is a system variable. This property is read-only. (Geerbt von IDTSVariable100.)
Öffentliche Eigenschaft Value Infrastruktur Gets or sets the value assigned to the variable. (Geerbt von IDTSVariable100.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetValueWithContext Infrastruktur Retrieves the value with the specified context. (Geerbt von IDTSVariable100.)

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace