Interface Variable
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 VariableClass.
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 Variable _
Inherits IDTSVariable100
'Utilisation
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
Le type Variable expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
DataType | Infrastructure. For more information, see Variable. (hérité de IDTSVariable100.) | |
EvaluateAsExpression | Infrastructure. For more information, see Variable. (hérité de IDTSVariable100.) | |
IncludeInDebugDump | Gets or sets a value that specifies whether the variable value is included in the debug dump files. (hérité de IDTSVariable100.) | |
Namespace | Infrastructure. For more information, see Variable. (hérité de IDTSVariable100.) | |
QualifiedName | Infrastructure. For more information, see Variable. (hérité de IDTSVariable100.) | |
RaiseChangedEvent | Infrastructure. For more information, see Variable. (hérité de IDTSVariable100.) | |
ReadOnly | Infrastructure. For more information, see Variable. (hérité de IDTSVariable100.) | |
SystemVariable | Infrastructure. For more information, see Variable. (hérité de IDTSVariable100.) | |
Value | Infrastructure. For more information, see Variable. (hérité de IDTSVariable100.) |
Haut de la page