다음을 통해 공유


Certificate 속성

Gets or sets the ICertificate object that is associated with the user.

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

구문

‘선언
Property Certificate As ICertificate
    Get
    Set
‘사용 방법
Dim instance As IMutableUser
Dim value As ICertificate

value = instance.Certificate

instance.Certificate = value
ICertificate Certificate { get; set; }
property ICertificate^ Certificate {
    ICertificate^ get ();
    void set (ICertificate^ value);
}
abstract Certificate : ICertificate with get, set
function get Certificate () : ICertificate
function set Certificate (value : ICertificate)

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ICertificate
The ICertificate object that is associated with the user.

구현

IUser. . :: . .Certificate