MasterKey 속성
인증서의 개인 키를 암호화하는 데 사용된 마스터 키를 가져옵니다.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<SfcObjectAttribute(SfcObjectRelationship.Object, SfcObjectCardinality.ZeroToOne)> _
Public ReadOnly Property MasterKey As MasterKey
Get
‘사용 방법
Dim instance As Database
Dim value As MasterKey
value = instance.MasterKey
[SfcObjectAttribute(SfcObjectRelationship.Object, SfcObjectCardinality.ZeroToOne)]
public MasterKey MasterKey { get; }
[SfcObjectAttribute(SfcObjectRelationship::Object, SfcObjectCardinality::ZeroToOne)]
public:
property MasterKey^ MasterKey {
MasterKey^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.Object, SfcObjectCardinality.ZeroToOne)>]
member MasterKey : MasterKey
function get MasterKey () : MasterKey
속성 값
유형: Microsoft.SqlServer.Management.Smo. . :: . .MasterKey
인증서의 개인 키를 암호화하는 데 사용되는 마스터 키를 지정하는 MasterKey 개체 값입니다.
서비스 마스터 키로 데이터베이스 마스터 키를 암호화할 수 있습니다.