Freigeben über


IDTSVariable100-Schnittstelle

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

For more information, see Variable.

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 IDTSVariable100
'Usage
Dim instance As IDTSVariable100
[GuidAttribute("5DE31EA1-75EA-41D2-B6F0-219EE20583F5")]
public interface IDTSVariable100
[GuidAttribute(L"5DE31EA1-75EA-41D2-B6F0-219EE20583F5")]
public interface class IDTSVariable100
[<GuidAttribute("5DE31EA1-75EA-41D2-B6F0-219EE20583F5")>]
type IDTSVariable100 =  interface end
public interface IDTSVariable100

Der IDTSVariable100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataType Infrastruktur For more information, see Variable.
Öffentliche Eigenschaft EvaluateAsExpression Infrastruktur For more information, see Variable.
Öffentliche Eigenschaft IncludeInDebugDump Gets or sets a value that specifies whether the variable value is included in the debug dump files.
Öffentliche Eigenschaft Namespace Infrastruktur For more information, see Variable.
Öffentliche Eigenschaft QualifiedName Infrastruktur For more information, see Variable.
Öffentliche Eigenschaft RaiseChangedEvent Infrastruktur For more information, see Variable.
Öffentliche Eigenschaft ReadOnly Infrastruktur For more information, see Variable.
Öffentliche Eigenschaft SystemVariable Infrastruktur For more information, see Variable.
Öffentliche Eigenschaft Value Infrastruktur For more information, see Variable.

Zum Anfang