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.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Represents a class used by both the package parameters and project parameters collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")> _
Public Interface IDTSParameters100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSParameters100
[GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")]
public interface IDTSParameters100 : IEnumerable
[GuidAttribute(L"ABB31109-F6C2-4DB3-B757-4C426B6AECD1")]
public interface class IDTSParameters100 : IEnumerable
[<GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")>]
type IDTSParameters100 =
interface
interface IEnumerable
end
public interface IDTSParameters100 extends IEnumerable
Der IDTSParameters100-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Count | Infrastruktur Gets the number of elements contained in the DTSReadOnlyCollectionBase instance. |
![]() |
Item | Infrastruktur Gets a parameter object in the parameters collection with the specified index. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Add | Infrastruktur Adds a parameter object to the parameters collection with the specified name and data type. |
![]() |
Contains | Infrastruktur Determines whether a parameter object with the specified name is contained in the parameters collection. |
![]() |
GetEnumerator | Infrastruktur Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. |
![]() |
Join | Infrastruktur Joins the specified parameter to the parameters collection. |
![]() |
Remove | Infrastruktur Removes a parameter object from the parameters collection. |
Zum Anfang
.gif)
.gif)