Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.