Classe Parameters
Represents a class used by both the package parameters and project parameters collection.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dts.Runtime.DTSReadOnlyCollectionBase
Microsoft.SqlServer.Dts.Runtime.Parameters
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public MustInherit Class Parameters _
Inherits DTSReadOnlyCollectionBase
'Utilizzo
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
Nel tipo Parameters sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Count | Gets the number of elements contained in the DTSReadOnlyCollectionBase instance. Ereditato da DTSReadOnlyCollectionBase. | |
IsSynchronized | Gets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe). Ereditato da 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. Ereditato da DTSReadOnlyCollectionBase. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
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. Ereditato da DTSReadOnlyCollectionBase. | |
CreateManagedObject | Infrastruttura. Creates managed object from an unmanaged object. Ereditato da DTSReadOnlyCollectionBase. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetCount | Infrastruttura. Retrieves the number of objects in the collection. Ereditato da DTSReadOnlyCollectionBase. | |
GetEnumerator | Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. Ereditato da DTSReadOnlyCollectionBase. | |
GetHashCode | Ereditato da Object. | |
GetManagedEnumerator | Infrastruttura. Gets the managed enumerator from an unmanaged enumerator. Ereditato da DTSReadOnlyCollectionBase. | |
GetType | Ereditato da 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 | Ereditato da 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 | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
m_unmanagedColl | Infrastruttura. The unmanaged collection. Ereditato da DTSReadOnlyCollectionBase. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.