IDTSHasInternalProperties100.GetInternalProperties(IDTSProperties100) Method
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 the specified internal properties.
public:
void GetInternalProperties(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProperties100 ^ pProperties);
[System.Runtime.InteropServices.DispId(1610743808)]
public void GetInternalProperties (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperties100 pProperties);
[<System.Runtime.InteropServices.DispId(1610743808)>]
abstract member GetInternalProperties : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperties100 -> unit
Public Sub GetInternalProperties (pProperties As IDTSProperties100)
Parameters
- pProperties
- IDTSProperties100
A collection of internal properties.
- Attributes
Remarks
For more information, see DtsProperty.