Share via


Project.FormatVersion Property

Gets the format version of the project.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

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

Property Value

Type: System.Int32
The version of the format.

See Also

Reference

Project Class

Microsoft.SqlServer.Dts.Runtime Namespace