Compartir a través de


Project.FormatVersion Propiedad

Gets the format version of the project.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Property FormatVersion As Integer 
    Get
'Uso
Dim instance As Project 
Dim value As Integer 

value = instance.FormatVersion
public int FormatVersion { get; }
public:
property int FormatVersion {
    int get ();
}
member FormatVersion : int
function get FormatVersion () : int

Valor de la propiedad

Tipo: System.Int32
The version of the format.

Vea también

Referencia

Project Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime