Partilhar via


Propriedade do RDL SqlAssembly.Version

Gets the version value of the referenced assembly.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Version As Version 
    Get
'Uso
Dim instance As SqlAssembly 
Dim value As Version 

value = instance.Version
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public Version Version { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Version^ Version {
    Version^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Version : Version
function get Version () : Version

Valor da propriedade

Tipo: System.Version
An Int32 value that specifies the version value of the referenced assembly.

Exemplos

Definindo propriedades

Consulte também

Referência

SqlAssembly Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

CREATE ASSEMBLY (Transact-SQL)