Classe ProjectVariablesWrapper
Contains a collection of project variables wrapper.
Cette API n'est pas conforme CLS.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Dts.Runtime.ProjectVariablesWrapper
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ProjectVariablesWrapper _
Implements IDTSVariables100, IEnumerable
'Utilisation
Dim instance As ProjectVariablesWrapper
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class ProjectVariablesWrapper : IDTSVariables100,
IEnumerable
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class ProjectVariablesWrapper sealed : IDTSVariables100,
IEnumerable
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type ProjectVariablesWrapper =
class
interface IDTSVariables100
interface IEnumerable
end
public final class ProjectVariablesWrapper implements IDTSVariables100, IEnumerable
Le type ProjectVariablesWrapper expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
ProjectVariablesWrapper | Initializes a new instance of the ProjectVariablesWrapper class using the specified project. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Count | Gets the number of elements contained in the ProjectVariablesWrapper instance. | |
Item | Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection. | |
Locked | Gets whether the variables in the ProjectVariablesWrapper collection are locked. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Add | Adds a specified IDTSVariable100 object to the ProjectVariablesWrapper instance. | |
Contains | Indicates whether the item in the ProjectVariablesWrapper collection can be accessed by using indexing. | |
Equals | (hérité de Object.) | |
GetEnumerator | Returns an IEnumerator object from ProjectVariablesWrapper instance. | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
Join | Joins the IDTSVariable100 variable in the ProjectVariablesWrapper collection. | |
Remove | Removes a variable object from the ProjectVariablesWrapper instance. | |
ToString | (hérité de Object.) | |
Unlock | Releases the locks on the variables on the variables collection. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.