Partilhar via


Propriedade ISql90Certificate.NewKeyStartDate

Obtém ou define a data de início do certificado.

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

Sintaxe

'Declaração
Property NewKeyStartDate As String
    Get
    Set
string NewKeyStartDate { get; set; }
property String^ NewKeyStartDate {
    String^ get ();
    void set (String^ value);
}
abstract NewKeyStartDate : string with get, set
function get NewKeyStartDate () : String
function set NewKeyStartDate (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