Compartilhar via


Método IDTSHasInternalProperties100.GetInternalPropertiesVersion

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the version of the internal properties.

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

Sintaxe

'Declaração
Function GetInternalPropertiesVersion As Integer
'Uso
Dim instance As IDTSHasInternalProperties100 
Dim returnValue As Integer 

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

Valor de retorno

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

Comentários

For more information, see DtsProperty.

Consulte também

Referência

IDTSHasInternalProperties100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper