Condividi tramite


Proprietà Project.FormatVersion

Gets the format version of the project.

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

Sintassi

'Dichiarazione
Public ReadOnly Property FormatVersion As Integer 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Int32
The version of the format.

Vedere anche

Riferimento

Project Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime