CryptographicProvider.SqlCryptographicVersion Propiedad
Gets the version number of the SQL Server cryptographic provider assembly.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property SqlCryptographicVersion As Version
Get
'Uso
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
Valor de la propiedad
Tipo: System.Version
A Version value that specifies the version number of the SQL Server cryptographic provider assembly.