ServiceMasterKey.Regenerate 메서드 (Boolean)

Regenerates the service master key with the option to force the regeneration, and removes all items that cannot be successfully decrypted.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub Regenerate ( _
    forceRegeneration As Boolean _
)
‘사용 방법
Dim instance As ServiceMasterKey 
Dim forceRegeneration As Boolean

instance.Regenerate(forceRegeneration)
public void Regenerate(
    bool forceRegeneration
)
public:
void Regenerate(
    bool forceRegeneration
)
member Regenerate : 
        forceRegeneration:bool -> unit
public function Regenerate(
    forceRegeneration : boolean
)

매개 변수

  • forceRegeneration
    유형: System.Boolean
    A Boolean value that specifies whether to drop the items that cannot be successfully regenerated.If True, regeneration of the master key is forced and all items that cannot be regenerated are dropped.If False, regeneration of the master key is not forced.

암호화 사용

참고 항목

참조

ServiceMasterKey 클래스

Regenerate 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

암호화 계층

ALTER SERVICE MASTER KEY(Transact-SQL)