Propriedade do RDL Version
Obtém a versão do tipo de DAC.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Version
Um objeto Version que especifica a cadeia de caracteres de versão do tipo de DAC.
Comentários
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.