Clase Parameters
Represents a class used by both the package parameters and project parameters collection.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Dts.Runtime.DTSReadOnlyCollectionBase
Microsoft.SqlServer.Dts.Runtime.Parameters
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public MustInherit Class Parameters _
Inherits DTSReadOnlyCollectionBase
'Uso
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
El tipo Parameters expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Gets the number of elements contained in the DTSReadOnlyCollectionBase instance. (Se hereda de DTSReadOnlyCollectionBase.) | |
IsSynchronized | Gets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe). (Se hereda 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. (Se hereda de DTSReadOnlyCollectionBase.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
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. (Se hereda de DTSReadOnlyCollectionBase.) | |
CreateManagedObject | Infraestructura. Creates managed object from an unmanaged object. (Se hereda de DTSReadOnlyCollectionBase.) | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetCount | Infraestructura. Retrieves the number of objects in the collection. (Se hereda de DTSReadOnlyCollectionBase.) | |
GetEnumerator | Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. (Se hereda de DTSReadOnlyCollectionBase.) | |
GetHashCode | (Se hereda de Object.) | |
GetManagedEnumerator | Infraestructura. Gets the managed enumerator from an unmanaged enumerator. (Se hereda de DTSReadOnlyCollectionBase.) | |
GetType | (Se hereda 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 | (Se hereda 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 | (Se hereda de Object.) |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
m_unmanagedColl | Infraestructura. The unmanaged collection. (Se hereda de DTSReadOnlyCollectionBase.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.