Share via


Trustworthy propriété

The TRUSTWORTHY database property is used to indicate whether the instance of SQL Server 2005 trusts the database and the contents within it

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public Property Trustworthy As Boolean
    Get
    Set
'Utilisation
Dim instance As Database
Dim value As Boolean

value = instance.Trustworthy

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

Valeur de la propriété

Type : System. . :: . .Boolean
Boolean indicating if the trustworthy property is enabled.

Implémente

IDatabaseOptions. . :: . .Trustworthy

Notes

Be default, this setting is OFF.