IDTSPropertiesProvider100.Properties Property

Definition

Gets a collection that contains IDTSProperty100 objects that have properties and methods for use with the container.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProperties100 ^ Properties { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProperties100 ^ get(); };
[System.Runtime.InteropServices.DispId(6)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperties100 Properties { [System.Runtime.InteropServices.DispId(6)] get; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
member this.Properties : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperties100
Public ReadOnly Property Properties As IDTSProperties100

Property Value

A IDTSProperties100 collection that contains IDTSProperty100 objects associated with the container.

Attributes

Remarks

For more information, see IDTSPropertiesProvider.

Applies to