Partager via


Interface IDTSVariable100

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

For more information, see Variable.

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

Syntaxe

'Déclaration
<GuidAttribute("5DE31EA1-75EA-41D2-B6F0-219EE20583F5")> _
Public Interface IDTSVariable100
'Utilisation
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

Le type IDTSVariable100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique DataType Infrastructure. For more information, see Variable.
Propriété publique EvaluateAsExpression Infrastructure. For more information, see Variable.
Propriété publique IncludeInDebugDump Gets or sets a value that specifies whether the variable value is included in the debug dump files.
Propriété publique Namespace Infrastructure. For more information, see Variable.
Propriété publique QualifiedName Infrastructure. For more information, see Variable.
Propriété publique RaiseChangedEvent Infrastructure. For more information, see Variable.
Propriété publique ReadOnly Infrastructure. For more information, see Variable.
Propriété publique SystemVariable Infrastructure. For more information, see Variable.
Propriété publique Value Infrastructure. For more information, see Variable.

Haut de la page