Certificate 속성
Gets the ICertificate object that is associated with the user.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
ReadOnly Property Certificate As ICertificate
Get
‘사용 방법
Dim instance As IUser
Dim value As ICertificate
value = instance.Certificate
ICertificate Certificate { get; }
property ICertificate^ Certificate {
ICertificate^ get ();
}
abstract Certificate : ICertificate
function get Certificate () : ICertificate
속성 값
유형: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ICertificate
The ICertificate object that is associated with the user.