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