Freigeben über


Project.FormatVersion-Eigenschaft

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

Eigenschaftswert

Typ: System.Int32
The version of the format.

Siehe auch

Verweis

Project Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace