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

アルゴリズム

返品

文字列値。

適用対象