Поделиться через


Свойство CryptographicProvider.Version

Gets the version of the cryptographic provider.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Version As Version 
    Get
'Применение
Dim instance As CryptographicProvider 
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

Значение свойства

Тип: System.Version
A Version value that specifies the version of the cryptographic provider.

Примеры

Установка свойств

См. также

Справочник

CryptographicProvider Класс

Пространство имен Microsoft.SqlServer.Management.Smo