Metodo IDTSHasInternalProperties100.GetInternalPropertiesVersion

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the version of the internal properties.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Function GetInternalPropertiesVersion As Integer
'Utilizzo
Dim instance As IDTSHasInternalProperties100 
Dim returnValue As Integer 

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

Valore restituito

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

Osservazioni

For more information, see DtsProperty.

Vedere anche

Riferimento

IDTSHasInternalProperties100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper