다음을 통해 공유


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 네임스페이스