Variable-Schnittstelle
Diese API unterstützt die -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("5DE31EA1-75EA-41D2-B6F0-219EE20583F5")> _
Public Interface Variable _
Inherits IDTSVariable100
'Usage
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
Der Variable-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
DataType | Infrastruktur For more information, see Variable. (Geerbt von IDTSVariable100.) | |
EvaluateAsExpression | Infrastruktur For more information, see Variable. (Geerbt von IDTSVariable100.) | |
IncludeInDebugDump | Gets or sets a value that specifies whether the variable value is included in the debug dump files. (Geerbt von IDTSVariable100.) | |
Namespace | Infrastruktur For more information, see Variable. (Geerbt von IDTSVariable100.) | |
QualifiedName | Infrastruktur For more information, see Variable. (Geerbt von IDTSVariable100.) | |
RaiseChangedEvent | Infrastruktur For more information, see Variable. (Geerbt von IDTSVariable100.) | |
ReadOnly | Infrastruktur For more information, see Variable. (Geerbt von IDTSVariable100.) | |
SystemVariable | Infrastruktur For more information, see Variable. (Geerbt von IDTSVariable100.) | |
Value | Infrastruktur For more information, see Variable. (Geerbt von IDTSVariable100.) |
Zum Anfang