Freigeben über


IDTSHasInternalProperties100.GetInternalPropertiesVersion-Methode

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

Gets the version of the internal properties.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Function GetInternalPropertiesVersion As Integer
'Usage
Dim instance As IDTSHasInternalProperties100 
Dim returnValue As Integer 

returnValue = instance.GetInternalPropertiesVersion()
int GetInternalPropertiesVersion()
int GetInternalPropertiesVersion()
abstract GetInternalPropertiesVersion : unit -> int
function GetInternalPropertiesVersion() : int

Rückgabewert

Typ: System.Int32
The version of the internal properties.

Hinweise

For more information, see DtsProperty.

Siehe auch

Verweis

IDTSHasInternalProperties100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace