Variable Interfaccia

Definizione

Per altre informazioni, vedere VariableClass.

public interface class Variable : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))]
[System.Runtime.InteropServices.Guid("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")]
public interface Variable : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))]
[System.Runtime.InteropServices.Guid("D42A73DA-98BC-4FAF-B38F-FCF5D9ED36C1")]
public interface Variable : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))]
[System.Runtime.InteropServices.Guid("9DBE5DE5-2C09-4CFD-B8CA-8F5F0E769EB3")]
public interface Variable : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))>]
[<System.Runtime.InteropServices.Guid("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")>]
type Variable = interface
    interface IDTSVariable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))>]
[<System.Runtime.InteropServices.Guid("D42A73DA-98BC-4FAF-B38F-FCF5D9ED36C1")>]
type Variable = interface
    interface IDTSVariable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))>]
[<System.Runtime.InteropServices.Guid("9DBE5DE5-2C09-4CFD-B8CA-8F5F0E769EB3")>]
type Variable = interface
    interface IDTSVariable100
Public Interface Variable
Implements IDTSVariable100
Derivato
Attributi
Implementazioni

Proprietà

DataType

Ottiene il tipo dei dati della variabile.

(Ereditato da IDTSVariable100)
EvaluateAsExpression

Ottiene o imposta un valore che indica se la variabile contiene un'espressione.

(Ereditato da IDTSVariable100)
IncludeInDebugDump

Ottiene o imposta un valore che specifica se il valore della variabile è incluso nei file di dump del debug.

(Ereditato da IDTSVariable100)
Namespace

Ottiene o imposta lo spazio dei nomi al quale appartiene la variabile.

(Ereditato da IDTSVariable100)
Parent

Ottiene il contenitore padre della variabile.

(Ereditato da IDTSVariable100)
QualifiedName

Ottiene o imposta il nome completo della variabile, incluso lo spazio dei nomi. Questa proprietà è di sola lettura.

(Ereditato da IDTSVariable100)
RaiseChangedEvent

Ottiene o imposta un valore che indica se la variabile è stata contrassegnata per la generazione dell'evento OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean) quando il valore della variabile viene modificato.

(Ereditato da IDTSVariable100)
ReadOnly

Ottiene o imposta un valore che indica se la variabile è di sola lettura e non è possibile modificarne il valore.

(Ereditato da IDTSVariable100)
SystemVariable

Ottiene un valore che indica se la variabile è una variabile di sistema. Questa proprietà è di sola lettura.

(Ereditato da IDTSVariable100)
Value

Ottiene o imposta il valore assegnato alla variabile.

(Ereditato da IDTSVariable100)

Metodi

GetValueWithContext(IDTSEvaluatorContext100)

Recupera il valore con il contesto specificato.

(Ereditato da IDTSVariable100)

Si applica a