TRUSTWORTHY データベース オプションを指定します。
名前空間: Microsoft.SqlServer.Dac.Model
アセンブリ: Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)
構文
'宣言
Public Property Trustworthy As Nullable(Of Boolean)
Get
Set
'使用
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>)