共用方式為


CreateCertificateStatement.CertificateOptions 屬性

取得使用新金鑰產生時的主旨及開始/到期日期選項的清單。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
Public ReadOnly Property CertificateOptions As IList(Of CertificateOption)
    Get
public IList<CertificateOption> CertificateOptions { get; }
public:
property IList<CertificateOption^>^ CertificateOptions {
    IList<CertificateOption^>^ get ();
}
member CertificateOptions : IList<CertificateOption>
function get CertificateOptions () : IList<CertificateOption>

屬性值

型別:System.Collections.Generic.IList<CertificateOption>

.NET Framework 安全性

請參閱

參考

CreateCertificateStatement 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間