IDTSPropertiesProvider100.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.