Compartilhar via


Propriedade ISql90Certificate.NewKeyExpireDate

Obtém ou define a data de validade do certificado.

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

Sintaxe

'Declaração
Property NewKeyExpireDate As String
    Get
    Set
string NewKeyExpireDate { get; set; }
property String^ NewKeyExpireDate {
    String^ get ();
    void set (String^ value);
}
abstract NewKeyExpireDate : string with get, set
function get NewKeyExpireDate () : String
function set NewKeyExpireDate (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISql90Certificate Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel