Propriété Version
Obtient la version du type DAC.
Espace de noms : Microsoft.SqlServer.Management.Dac
Assembly : Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Version As Version
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Version
Objet Version qui spécifie la chaîne de version pour le type DAC.
Notes
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.