Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents a class used by both the package parameters and project parameters collection.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Dts.Runtime.DTSReadOnlyCollectionBase
Microsoft.SqlServer.Dts.Runtime.Parameters
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public MustInherit Class Parameters _
Inherits DTSReadOnlyCollectionBase
'Utilisation
Dim instance As Parameters
public abstract class Parameters : DTSReadOnlyCollectionBase
public ref class Parameters abstract : public DTSReadOnlyCollectionBase
[<AbstractClassAttribute>]
type Parameters =
class
inherit DTSReadOnlyCollectionBase
end
public abstract class Parameters extends DTSReadOnlyCollectionBase
Le type Parameters expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
Count | Gets the number of elements contained in the DTSReadOnlyCollectionBase instance. (hérité de DTSReadOnlyCollectionBase.) |
![]() |
IsSynchronized | Gets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe). (hérité de DTSReadOnlyCollectionBase.) |
![]() |
Item[Int32] | Returns a parameter object in the parameters collection with the specified index. |
![]() |
Item[String] | Returns a parameter object in the parameters collection with the specified name. |
![]() |
SyncRoot | Gets an object that can be used to synchronize access to the DTSReadOnlyCollectionBase. (hérité de DTSReadOnlyCollectionBase.) |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Add | Adds a parameter object to the parameters collection with the specified name and data type. |
![]() |
Contains | Determines whether a parameter object with the specified name is contained in the parameters collection. |
![]() |
CopyTo | Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array. (hérité de DTSReadOnlyCollectionBase.) |
![]() |
CreateManagedObject | Infrastructure. Creates managed object from an unmanaged object. (hérité de DTSReadOnlyCollectionBase.) |
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetCount | Infrastructure. Retrieves the number of objects in the collection. (hérité de DTSReadOnlyCollectionBase.) |
![]() |
GetEnumerator | Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. (hérité de DTSReadOnlyCollectionBase.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetManagedEnumerator | Infrastructure. Gets the managed enumerator from an unmanaged enumerator. (hérité de DTSReadOnlyCollectionBase.) |
![]() |
GetType | (hérité de Object.) |
![]() |
Insert | Inserts a parameter object to the parameters collection with the specified index, name, and data type. Only project parameters can be inserted to the parameters collection. |
![]() |
Join | Joins the specified parameter to the parameters collection. |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
Remove | Removes a parameter object from the parameters collection. |
![]() |
RemoveAt | Removes a parameter object from the parameters collection with the specified index. Only project parameters can be removed from the parameters collection. |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Champs
| Nom | Description | |
|---|---|---|
![]() |
m_unmanagedColl | Infrastructure. The unmanaged collection. (hérité de DTSReadOnlyCollectionBase.) |
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.
.gif)
.gif)
.gif)
.gif)