Compartir a través de


CreateCertificateStatement.CertificateOptions (Propiedad)

Obtiene una lista de asunto y opciones de fecha de inicio/caducidad en caso de generación de nuevas claves.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

CreateCertificateStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)