Interfaccia IDTSVariables100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Provides properties and methods for working on a collection of IDTSVariable100 objects.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")> _
Public Interface IDTSVariables100 _
    Inherits IEnumerable
'Utilizzo
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

Nel tipo IDTSVariables100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Infrastruttura. Gets the number of elements contained in the collection.
Proprietà pubblica Item Infrastruttura. Gets an IDTSVariable100 object from the collection.
Proprietà pubblica Locked Infrastruttura. Gets a value that indicates whether the variables in the collection are locked.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add Infrastruttura. Adds a IDTSVariable100 object to the collection.
Metodo pubblico Contains Infrastruttura. Determines whether the items in the collection can be accessed by using indexing without throwing an exception.
Metodo pubblico GetEnumerator Infrastruttura. Returns an IEnumerator enumerator for use in iterating over the collection.
Metodo pubblico Join Infrastruttura. Joins the IDTSVariable100 to the collection.
Metodo pubblico Remove Infrastruttura. Removes an IDTSVariable100 object from the collection.
Metodo pubblico Unlock Infrastruttura. Releases the locks on the collection and flags the state of the collection as invalid or unknown.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper