Variable 介面

定義

public interface class Variable : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSVariable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.VariableClass))]
[System.Runtime.InteropServices.Guid("8E98BF46-3063-4324-9A79-D80C069C1B02")]
public interface Variable : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSVariable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.VariableClass))>]
[<System.Runtime.InteropServices.Guid("8E98BF46-3063-4324-9A79-D80C069C1B02")>]
type Variable = interface
    interface IDTSVariable100
Public Interface Variable
Implements IDTSVariable100
衍生
屬性
實作

屬性

名稱 Description
DataType (繼承來源 IDTSVariable100)
EvaluateAsExpression (繼承來源 IDTSVariable100)
IncludeInDebugDump (繼承來源 IDTSVariable100)
Namespace (繼承來源 IDTSVariable100)
Parent (繼承來源 IDTSVariable100)
QualifiedName (繼承來源 IDTSVariable100)
RaiseChangedEvent (繼承來源 IDTSVariable100)
ReadOnly (繼承來源 IDTSVariable100)
SystemVariable (繼承來源 IDTSVariable100)
Value (繼承來源 IDTSVariable100)

方法

名稱 Description
GetValueWithContext(IDTSEvaluatorContext100) (繼承來源 IDTSVariable100)

適用於