Share via


IDTSHasInternalProperties100.GetInternalProperties Method

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

Remarks

For more information, see DtsProperty.

See Also

Reference

IDTSHasInternalProperties100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace