Share via


IDTSHasInternalProperties100.GetInternalPropertiesVersion Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Return Value

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

Remarks

For more information, see DtsProperty.

See Also

Reference

IDTSHasInternalProperties100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace