CryptographicProvider.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.

请参阅

参考

CryptographicProvider 类

Microsoft.SqlServer.Management.Smo 命名空间