Compartir a través de


DatabaseAdapterBase.Trustworthy Propiedad

Gets or sets a Boolean property for the database adapter base.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Property Trustworthy As Boolean 
    Get 
    Set
'Uso
Dim instance As DatabaseAdapterBase 
Dim value As Boolean 

value = instance.Trustworthy

instance.Trustworthy = value
public bool Trustworthy { get; set; }
public:
virtual property bool Trustworthy {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract Trustworthy : bool with get, set 
override Trustworthy : bool with get, set
final function get Trustworthy () : boolean 
final function set Trustworthy (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
Boolean Returns True if database is set to Trustworthy. Otherwise, False.

Vea también

Referencia

DatabaseAdapterBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo