Compartir a través de


Version Propiedad

Gets or sets the DAC type version.

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

Sintaxis

'Declaración
Public Property Version As Version
    Get
    Set
'Uso
Dim instance As DacExtractionUnit
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)

Valor de la propiedad

Tipo: System. . :: . .Version
A String value that specifies the version of the DAC type.

Comentarios

A DAC type is uniquely identified by the combination of the type name and version.