Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a class used by both the package parameters and project parameters collection.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Dts.Runtime.DTSReadOnlyCollectionBase
Microsoft.SqlServer.Dts.Runtime.Parameters
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public MustInherit Class Parameters _
Inherits DTSReadOnlyCollectionBase
'Usage
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
Der Parameters-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Count | Gets the number of elements contained in the DTSReadOnlyCollectionBase instance. (Geerbt von DTSReadOnlyCollectionBase.) |
![]() |
IsSynchronized | Gets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe). (Geerbt von 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. (Geerbt von DTSReadOnlyCollectionBase.) |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
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. (Geerbt von DTSReadOnlyCollectionBase.) |
![]() |
CreateManagedObject | Infrastruktur Creates managed object from an unmanaged object. (Geerbt von DTSReadOnlyCollectionBase.) |
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetCount | Infrastruktur Retrieves the number of objects in the collection. (Geerbt von DTSReadOnlyCollectionBase.) |
![]() |
GetEnumerator | Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. (Geerbt von DTSReadOnlyCollectionBase.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetManagedEnumerator | Infrastruktur Gets the managed enumerator from an unmanaged enumerator. (Geerbt von DTSReadOnlyCollectionBase.) |
![]() |
GetType | (Geerbt von 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 | (Geerbt von 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 | (Geerbt von Object.) |
Zum Anfang
Felder
| Name | Beschreibung | |
|---|---|---|
![]() |
m_unmanagedColl | Infrastruktur The unmanaged collection. (Geerbt von DTSReadOnlyCollectionBase.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)
.gif)