Compartir a través de


ISql90Credential.Secret (Propiedad)

Obtiene o establece el secreto necesario para la autenticación.

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

Sintaxis

'Declaración
Property Secret As String
    Get
    Set
string Secret { get; set; }
property String^ Secret {
    String^ get ();
    void set (String^ value);
}
abstract Secret : string with get, set
function get Secret () : String
function set Secret (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

ISql90Credential Interfaz

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