Свойство Trustworthy
The TRUSTWORTHY database property is used to indicate whether the instance of SQL Server trusts the database and the contents within it.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public Property Trustworthy As Boolean
Get
Set
'Применение
Dim instance As DatabaseOptions
Dim value As Boolean
value = instance.Trustworthy
instance.Trustworthy = value
[SfcPropertyAttribute]
public bool Trustworthy { get; set; }
[SfcPropertyAttribute]
public:
property bool Trustworthy {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute>]
member Trustworthy : bool with get, set
function get Trustworthy () : boolean
function set Trustworthy (value : boolean)
Значение свойства
Тип: System. . :: . .Boolean
A Boolean value specifying the Trustworthy property.
Замечания
By default, this setting is OFF