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

알고리즘

반품

문자열 값입니다.

적용 대상