Compartilhar via


Propriedade do RDL PackageClass.PackageFormatVersion

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

Gets the format version of the package.

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

Sintaxe

'Declaração
Public Overridable ReadOnly Property PackageFormatVersion As Integer 
    Get
'Uso
Dim instance As PackageClass 
Dim value As Integer 

value = instance.PackageFormatVersion
public virtual int PackageFormatVersion { get; }
public:
virtual property int PackageFormatVersion {
    int get ();
}
abstract PackageFormatVersion : int 
override PackageFormatVersion : int
function get PackageFormatVersion () : int

Valor da propriedade

Tipo: System.Int32
The format version of the package.

Implementa

IDTSPackage100.PackageFormatVersion

Comentários

For more information, see Package.

Consulte também

Referência

PackageClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper