DacCompilationUnit.Version Property

Gets or sets the version of the DAC type.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public Property Version As Version
    Get
    Set
'Usage
Dim instance As DacCompilationUnit
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)

Property Value

Type: System.Version
A Version value specifying the version of the DAC type.

See Also

Reference

DacCompilationUnit Class

Microsoft.SqlServer.Management.Dac Namespace