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
Proprietà pubblica Count Gets the number of elements contained in the DTSReadOnlyCollectionBase instance. Ereditato da DTSReadOnlyCollectionBase.
Proprietà pubblica IsSynchronized Gets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe). Ereditato da DTSReadOnlyCollectionBase.
Proprietà pubblica Item[Int32] Returns a parameter object in the parameters collection with the specified index.
Proprietà pubblica Item[String] Returns a parameter object in the parameters collection with the specified name.
Proprietà pubblica SyncRoot Gets an object that can be used to synchronize access to the DTSReadOnlyCollectionBase. Ereditato da DTSReadOnlyCollectionBase.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add Adds a parameter object to the parameters collection with the specified name and data type.
Metodo pubblico Contains Determines whether a parameter object with the specified name is contained in the parameters collection.
Metodo pubblico CopyTo Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array. Ereditato da DTSReadOnlyCollectionBase.
Metodo protetto CreateManagedObject Infrastruttura. Creates managed object from an unmanaged object. Ereditato da DTSReadOnlyCollectionBase.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo protetto GetCount Infrastruttura. Retrieves the number of objects in the collection. Ereditato da DTSReadOnlyCollectionBase.
Metodo pubblico GetEnumerator Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. Ereditato da DTSReadOnlyCollectionBase.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo protetto GetManagedEnumerator Infrastruttura. Gets the managed enumerator from an unmanaged enumerator. Ereditato da DTSReadOnlyCollectionBase.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico 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.
Metodo pubblico Join Joins the specified parameter to the parameters collection.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico Remove Removes a parameter object from the parameters collection.
Metodo pubblico RemoveAt Removes a parameter object from the parameters collection with the specified index. Only project parameters can be removed from the parameters collection.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

  Nome Descrizione
Campo protetto 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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime