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 命名空间