Propriedade do RDL CryptographicProvider.SqlCryptographicVersion
Gets the version number of the SQL Server cryptographic provider assembly.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: System.Version
A Version value that specifies the version number of the SQL Server cryptographic provider assembly.