CryptographicProvider.SqlCryptographicVersion Property
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property SqlCryptographicVersion As Version
Get
'Usage
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
Property Value
Type: System.Version