Proprietà Version
Ottiene la versione del tipo di applicazione livello dati.
Spazio dei nomi Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Version As Version
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Version
Oggetto versione che specifica la stringa di versione per il tipo di applicazione livello dati.
Osservazioni
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.