Propriedade CreateCertificateStatement.CertificateOptions

Obtém uma lista de opções de data de assunto e iniciar/terminar em caso de uma nova geração de chaves.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Collections.Generic.IList<CertificateOption>

Segurança do .NET Framework

Consulte também

Referência

CreateCertificateStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql