IDTSVariable100 Interfaccia

Definizione

Rappresenta un'interfaccia per la variabile in un pacchetto, attività o contenitore.

public interface class IDTSVariable100
[System.Runtime.InteropServices.Guid("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVariable100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D42A73DA-98BC-4FAF-B38F-FCF5D9ED36C1")]
public interface IDTSVariable100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("9DBE5DE5-2C09-4CFD-B8CA-8F5F0E769EB3")]
public interface IDTSVariable100
[<System.Runtime.InteropServices.Guid("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVariable100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D42A73DA-98BC-4FAF-B38F-FCF5D9ED36C1")>]
type IDTSVariable100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("9DBE5DE5-2C09-4CFD-B8CA-8F5F0E769EB3")>]
type IDTSVariable100 = interface
Public Interface IDTSVariable100
Derivato
Attributi

Proprietà

DataType

Ottiene il tipo dei dati della variabile.

EvaluateAsExpression

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

IncludeInDebugDump

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

Namespace

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

Parent

Ottiene il contenitore padre della variabile.

QualifiedName

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

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.

ReadOnly

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

SystemVariable

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

Value

Ottiene o imposta il valore assegnato alla variabile.

Metodi

GetValueWithContext(IDTSEvaluatorContext100)

Recupera il valore con il contesto specificato.

Si applica a