CreateCertificateStatement.CertificateOptions 属性

Gets a list of subject and start/expire date options in case of new keys generation.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public ReadOnly Property CertificateOptions As IList(Of CertificateOption)
    Get
用法
Dim instance As CreateCertificateStatement 
Dim value As IList(Of CertificateOption)

value = instance.CertificateOptions
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>
The list of subject and start/expire date options.

请参阅

参考

CreateCertificateStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间