共用方式為


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