Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the TRUSTWORTHY database option.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property Trustworthy As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As TSqlModelOptions
Dim value As Nullable(Of Boolean)
value = instance.Trustworthy
instance.Trustworthy = value
public Nullable<bool> Trustworthy { get; set; }
public:
property Nullable<bool> Trustworthy {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Trustworthy : Nullable<bool> with get, set
function get Trustworthy () : Nullable<boolean>
function set Trustworthy (value : Nullable<boolean>)
Property Value
Type: System.Nullable<Boolean>