Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the specified internal properties.
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
A collection of internal properties.
Remarks
For more information, see DtsProperty.