Version 속성
Gets or sets the DAC type version.
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public Property Version As Version
Get
Set
‘사용 방법
Dim instance As DacExtractionUnit
Dim value As Version
value = instance.Version
instance.Version = value
public Version Version { get; set; }
public:
property Version^ Version {
Version^ get ();
void set (Version^ value);
}
member Version : Version with get, set
function get Version () : Version
function set Version (value : Version)
속성 값
유형: System. . :: . .Version
A String value that specifies the version of the DAC type.
주의
A DAC type is uniquely identified by the combination of the type name and version.