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.
Gets a collection that contains IDTSProperty100 objects that have properties and methods for use with the container.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
ReadOnly Property Properties As IDTSProperties100
Get
'Usage
Dim instance As IDTSPropertiesProvider100
Dim value As IDTSProperties100
value = instance.Properties
IDTSProperties100 Properties { get; }
property IDTSProperties100^ Properties {
IDTSProperties100^ get ();
}
abstract Properties : IDTSProperties100
function get Properties () : IDTSProperties100
Eigenschaftswert
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperties100
A IDTSProperties100 collection that contains IDTSProperty100 objects associated with the container.
Hinweise
For more information, see IDTSPropertiesProvider.