Expand Minimize
This topic has not yet been rated - Rate this topic

Database.Trustworthy Property

SQL Server 2012

Gets or sets a value that indicates whether the instance of SQL Server 2005 trusts the database and the contents within it.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public bool Trustworthy { get; set; }

Property Value

Type: System.Boolean
true if the trustworthy property is enabled; otherwise, false.

Implements

IDatabaseOptions.Trustworthy

By default, this setting is OFF.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.