Partager via


Interface IDTSVariables100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

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

Le type IDTSVariables100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Infrastructure. Gets the number of elements contained in the collection.
Propriété publique Item Infrastructure. Gets an IDTSVariable100 object from the collection.
Propriété publique Locked Infrastructure. Gets a value that indicates whether the variables in the collection are locked.

Haut de la page

Méthodes

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

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper