ProjectVariablesWrapper Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Important
Cette API n’est pas conforme CLS.
Contient une collection de wrappers de variables de projet.
public ref class ProjectVariablesWrapper sealed : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariables100, System::Collections::IEnumerable
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class ProjectVariablesWrapper : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100, System.Collections.IEnumerable
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ProjectVariablesWrapper = class
interface IDTSVariables100
interface IEnumerable
Public NotInheritable Class ProjectVariablesWrapper
Implements IDTSVariables100, IEnumerable
- Héritage
-
ProjectVariablesWrapper
- Attributs
- Implémente
Constructeurs
ProjectVariablesWrapper(Project) |
Initialise une nouvelle instance de la classe ProjectVariablesWrapper à l'aide de l'objet spécifié. |
Propriétés
Count |
Obtient le nombre d'éléments contenus dans l'instance ProjectVariablesWrapper. |
Item[Object] |
Obtient l'objet IDTSVariable100 spécifié de la collection ProjectVariablesWrapper. |
Locked |
Indique si les variables dans la collection ProjectVariablesWrapper sont verrouillées. |
Méthodes
Add(String, Boolean, String, Object) |
Ajoute un objet IDTSVariable100 spécifié à l'instance ProjectVariablesWrapper. |
Contains(Object) |
Indique si l'élément de la collection ProjectVariablesWrapper est accessible par l'index. |
GetEnumerator() |
Retourne un objet IEnumerator depuis l'instance ProjectVariablesWrapper. |
Join(IDTSVariable100) |
Attache la variable IDTSVariable100 dans la collection ProjectVariablesWrapper. |
Remove(Object) |
Supprime un objet de variable de l'instance ProjectVariablesWrapper. |
Unlock() |
Libère les verrous des variables sur la collection de variables. |