Partilhar via


Propriedade ISql90Certificate.NewKeySubject

Obtém ou define o nome de assunto do certificado.

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

Sintaxe

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