BackupEncryptionOptions.GetAlgorithmString(BackupEncryptionAlgorithm) 方法

定義

取得加密演算法的字串值。

public static string GetAlgorithmString(Microsoft.SqlServer.Management.Smo.BackupEncryptionAlgorithm algorithm);
static member GetAlgorithmString : Microsoft.SqlServer.Management.Smo.BackupEncryptionAlgorithm -> string
Public Shared Function GetAlgorithmString (algorithm As BackupEncryptionAlgorithm) As String

參數

algorithm
BackupEncryptionAlgorithm

演算法

傳回

字串值。

適用於