Свойство SqlCryptographicVersion
Gets the version number of the SQL Server cryptographic provider assembly.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property SqlCryptographicVersion As Version
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Version
A Version value that specifies the version number of the SQL Server cryptographic provider assembly.
См. также