Поделиться через


Свойство Project.FormatVersion

Gets the format version of the project.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public ReadOnly Property FormatVersion As Integer 
    Get
'Применение
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

Значение свойства

Тип: System.Int32
The version of the format.

См. также

Справочник

Project Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime