Freigeben über


IDTSHasInternalProperties100.GetInternalProperties-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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
)

Parameter

Hinweise

For more information, see DtsProperty.

Siehe auch

Verweis

IDTSHasInternalProperties100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace