Condividi tramite


Proprietà SqlAssembly.Version

Gets the version value of the referenced assembly.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Version As Version 
    Get
'Utilizzo
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

Valore proprietà

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

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

SqlAssembly Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

CREATE ASSEMBLY (Transact-SQL)