Condividi tramite


Proprietà CryptographicProvider.SqlCryptographicVersion

Gets the version number of the SQL Server cryptographic provider 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 SqlCryptographicVersion As Version 
    Get
'Utilizzo
Dim instance As CryptographicProvider 
Dim value As Version 

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

Valore proprietà

Tipo: System.Version
A Version value that specifies the version number of the SQL Server cryptographic provider assembly.

Vedere anche

Riferimento

CryptographicProvider Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo