Propriété SqlCryptographicVersion
Gets the version number of the SQL Server cryptographic provider assembly.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property SqlCryptographicVersion As Version
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Version
A Version value that specifies the version number of the SQL Server cryptographic provider assembly.