共用方式為


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 命名空間