IDTSVariables100 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public interface class IDTSVariables100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("340F5073-2F2E-4E7E-A3FA-E1B00B5BBB06")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVariables100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("340F5073-2F2E-4E7E-A3FA-E1B00B5BBB06")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVariables100 = interface
interface IEnumerable
Public Interface IDTSVariables100
Implements IEnumerable
- 属性
- 实现
注解
有关详细信息,请参阅 Variables。
属性
| Count | |
| Item[Object] | |
| Locked |
方法
| Add(String, Boolean, String, Object) | |
| Contains(Object) | |
| GetEnumerator() | |
| Join(IDTSVariable100) | |
| Remove(Object) | |
| Unlock() |