IDTSVariables100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see Variables.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("22992C1D-393D-48FB-9A9F-4E4C62441CCA")> _
Public Interface IDTSVariables100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSVariables100
[GuidAttribute("22992C1D-393D-48FB-9A9F-4E4C62441CCA")]
public interface IDTSVariables100 : IEnumerable
[GuidAttribute(L"22992C1D-393D-48FB-9A9F-4E4C62441CCA")]
public interface class IDTSVariables100 : IEnumerable
[<GuidAttribute("22992C1D-393D-48FB-9A9F-4E4C62441CCA")>]
type IDTSVariables100 =
interface
interface IEnumerable
end
public interface IDTSVariables100 extends IEnumerable
The IDTSVariables100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Infrastructure. For more information, see Variables. | |
Item | Infrastructure. For more information, see Variables. | |
Locked | Infrastructure. For more information, see Variables. |
Top
Methods
Name | Description | |
---|---|---|
Add | Infrastructure. For more information, see Variables. | |
Contains | Infrastructure. For more information, see Variables. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | Infrastructure. For more information, see Variables. | |
Remove | Infrastructure. For more information, see Variables. | |
Unlock | Infrastructure. For more information, see Variables. |
Top