Variable Antarmuka

Definisi

Untuk informasi selengkapnya, lihat 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
Turunan
Atribut
Penerapan

Properti

DataType

Mendapatkan jenis data variabel.

(Diperoleh dari IDTSVariable100)
EvaluateAsExpression

Mendapatkan atau menetapkan nilai yang menunjukkan apakah variabel berisi ekspresi.

(Diperoleh dari IDTSVariable100)
IncludeInDebugDump

Mendapatkan atau menetapkan nilai yang menentukan apakah nilai variabel disertakan dalam file cadangan debug.

(Diperoleh dari IDTSVariable100)
Namespace

Mendapatkan atau mengatur namespace layanan tempat variabel berada.

(Diperoleh dari IDTSVariable100)
Parent

Mendapatkan kontainer induk variabel.

(Diperoleh dari IDTSVariable100)
QualifiedName

Mendapatkan nama variabel yang sepenuhnya memenuhi syarat, termasuk namespace. Properti ini bersifat hanya baca.

(Diperoleh dari IDTSVariable100)
RaiseChangedEvent

Mendapatkan atau menetapkan nilai yang menunjukkan apakah variabel telah ditandai untuk menaikkan OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean) peristiwa saat nilai variabel berubah.

(Diperoleh dari IDTSVariable100)
ReadOnly

Mendapatkan atau menetapkan nilai yang menunjukkan apakah variabel bersifat baca-saja dan tidak dapat mengubah nilainya.

(Diperoleh dari IDTSVariable100)
SystemVariable

Mendapatkan nilai yang menunjukkan apakah variabel adalah variabel sistem. Properti ini bersifat hanya baca.

(Diperoleh dari IDTSVariable100)
Value

Mendapatkan atau mengatur nilai yang ditetapkan ke variabel.

(Diperoleh dari IDTSVariable100)

Metode

GetValueWithContext(IDTSEvaluatorContext100)

Mengambil nilai dengan konteks yang ditentukan.

(Diperoleh dari IDTSVariable100)

Berlaku untuk