Interfaccia IDTSVariable100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents an interface for the variable on a package, task or container.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("8E98BF46-3063-4324-9A79-D80C069C1B02")> _
Public Interface IDTSVariable100
'Utilizzo
Dim instance As IDTSVariable100
[GuidAttribute("8E98BF46-3063-4324-9A79-D80C069C1B02")]
public interface IDTSVariable100
[GuidAttribute(L"8E98BF46-3063-4324-9A79-D80C069C1B02")]
public interface class IDTSVariable100
[<GuidAttribute("8E98BF46-3063-4324-9A79-D80C069C1B02")>]
type IDTSVariable100 =  interface end
public interface IDTSVariable100

Nel tipo IDTSVariable100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica DataType Infrastruttura. Gets the data type of the variable.
Proprietà pubblica EvaluateAsExpression Infrastruttura. Gets or sets a value that indicates whether the variable contains an expression.
Proprietà pubblica IncludeInDebugDump Gets or sets a value that specifies whether the variable value is included in the debug dump files.
Proprietà pubblica Namespace Infrastruttura. Gets or sets the namespace that the variable belongs to.
Proprietà pubblica Parent Infrastruttura. Gets the parent container of the variable.
Proprietà pubblica QualifiedName Infrastruttura. Gets the fully qualified name of the variable, including the namespace. This property is read-only.
Proprietà pubblica RaiseChangedEvent Infrastruttura. Gets or sets a value that indicates whether the variable has been flagged to raise the OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean%) event when the value of the variable changes.
Proprietà pubblica ReadOnly Infrastruttura. Gets or sets a value that indicates whether the variable is read-only and cannot have its value modified.
Proprietà pubblica SystemVariable Infrastruttura. Gets a value that indicates whether the variable is a system variable. This property is read-only.
Proprietà pubblica Value Infrastruttura. Gets or sets the value assigned to the variable.

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetValueWithContext Infrastruttura. Retrieves the value with the specified context.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper