Version 속성
DAC 형식의 버전을 가져옵니다.
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public ReadOnly Property Version As Version
Get
‘사용 방법
Dim instance As DacType
Dim value As Version
value = instance.Version
public Version Version { get; }
public:
property Version^ Version {
Version^ get ();
}
member Version : Version
function get Version () : Version
속성 값
유형: System. . :: . .Version
DAC 형식의 버전 문자열을 지정하는 Version 개체입니다.
주의
A DAC type is identified by the combination of the application name and version. The version is incremented each time a DAC project is built in Visual Studio, or set when a DAC type is extracted from an existing database.