SqlCryptographicVersion 属性
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute> _
Public ReadOnly Property SqlCryptographicVersion As Version
Get
用法
Dim instance As CryptographicProvider
Dim value As Version
value = instance.SqlCryptographicVersion
[SfcPropertyAttribute]
public Version SqlCryptographicVersion { get; }
[SfcPropertyAttribute]
public:
property Version^ SqlCryptographicVersion {
Version^ get ();
}
[<SfcPropertyAttribute>]
member SqlCryptographicVersion : Version
function get SqlCryptographicVersion () : Version