DacPackage.Version Property

Get version information for this package.

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

Syntax

'Declaration
Public ReadOnly Property Version As Version 
    Get
'Usage
Dim instance As DacPackage 
Dim value As Version 

value = instance.Version
public Version Version { get; }
public:
property Version^ Version {
    Version^ get ();
}
member Version : Version
function get Version () : Version

Property Value

Type: System.Version
Version

See Also

Reference

DacPackage Class

Microsoft.SqlServer.Dac Namespace