IDTSHasInternalProperties100.GetInternalProperties Method
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see DtsProperty.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub GetInternalProperties ( _
pProperties As IDTSProperties100 _
)
'Usage
Dim instance As IDTSHasInternalProperties100
Dim pProperties As IDTSProperties100
instance.GetInternalProperties(pProperties)
void GetInternalProperties(
IDTSProperties100 pProperties
)
void GetInternalProperties(
[InAttribute] IDTSProperties100^ pProperties
)
abstract GetInternalProperties :
pProperties:IDTSProperties100 -> unit
function GetInternalProperties(
pProperties : IDTSProperties100
)
Parameters
- pProperties
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperties100