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.
Contains a collection of IDTSProperty100 objects.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("ADCE8F04-23AD-4CFD-B547-A0C2D0925B27")> _
Public Interface IDTSProperties100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSProperties100
[GuidAttribute("ADCE8F04-23AD-4CFD-B547-A0C2D0925B27")]
public interface IDTSProperties100 : IEnumerable
[GuidAttribute(L"ADCE8F04-23AD-4CFD-B547-A0C2D0925B27")]
public interface class IDTSProperties100 : IEnumerable
[<GuidAttribute("ADCE8F04-23AD-4CFD-B547-A0C2D0925B27")>]
type IDTSProperties100 =
interface
interface IEnumerable
end
public interface IDTSProperties100 extends IEnumerable
Der IDTSProperties100-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Count | Infrastruktur Gets the number of elements contained in the IDTSProperties100 instance. |
![]() |
Item | Infrastruktur Gets an IDTSProperty100 object from the collection. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Add | Infrastruktur Adds a property to the collection. |
![]() |
GetEnumerator | Infrastruktur Returns an enumerator for use in iterating over the IDTSProperties100 collection. |
Zum Anfang
Hinweise
For more information, see DtsProperties.
.gif)
.gif)