Compartir a través de


Version Propiedad

Obtiene la versión del tipo de DAC.

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
Public ReadOnly Property Version As Version
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .Version
Objeto Version que especifica la cadena de versión para el tipo de DAC.

Comentarios

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.