Interfaz IDTSVariables100
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Provides properties and methods for working on a collection of IDTSVariable100 objects.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
<GuidAttribute("44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")> _
Public Interface IDTSVariables100 _
Inherits IEnumerable
'Uso
Dim instance As IDTSVariables100
[GuidAttribute("44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")]
public interface IDTSVariables100 : IEnumerable
[GuidAttribute(L"44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")]
public interface class IDTSVariables100 : IEnumerable
[<GuidAttribute("44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")>]
type IDTSVariables100 =
interface
interface IEnumerable
end
public interface IDTSVariables100 extends IEnumerable
El tipo IDTSVariables100 expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Infraestructura. Gets the number of elements contained in the collection. | |
Item | Infraestructura. Gets an IDTSVariable100 object from the collection. | |
Locked | Infraestructura. Gets a value that indicates whether the variables in the collection are locked. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add | Infraestructura. Adds a IDTSVariable100 object to the collection. | |
Contains | Infraestructura. Determines whether the items in the collection can be accessed by using indexing without throwing an exception. | |
GetEnumerator | Infraestructura. Returns an IEnumerator enumerator for use in iterating over the collection. | |
Join | Infraestructura. Joins the IDTSVariable100 to the collection. | |
Remove | Infraestructura. Removes an IDTSVariable100 object from the collection. | |
Unlock | Infraestructura. Releases the locks on the collection and flags the state of the collection as invalid or unknown. |
Arriba