IDTSContainer100.Variables 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSVariables100 ^ Variables { Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSVariables100 ^ get(); };
[System.Runtime.InteropServices.DispId(10)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSVariables100 Variables { [System.Runtime.InteropServices.DispId(10)] get; }
[<System.Runtime.InteropServices.DispId(10)>]
[<get: System.Runtime.InteropServices.DispId(10)>]
member this.Variables : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSVariables100
Public ReadOnly Property Variables As IDTSVariables100
属性值
变量的集合。
- 属性
注解
有关详细信息,请参阅 DtsContainer。