Partager via


Méthode IDTSHasInternalProperties100.GetInternalPropertiesVersion

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the version of the internal properties.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Function GetInternalPropertiesVersion As Integer
'Utilisation
Dim instance As IDTSHasInternalProperties100 
Dim returnValue As Integer 

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

Valeur de retour

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

Notes

For more information, see DtsProperty.

Voir aussi

Référence

IDTSHasInternalProperties100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper