ソース モデルとターゲット モデルを比較する際の考慮の対象から QUOTED_IDENTIFIER オプションを除外するかどうかを指定するブール値を取得または設定します。
名前空間: Microsoft.SqlServer.Dac
アセンブリ: Microsoft.SqlServer.Dac (Microsoft.SqlServer.Dac.dll)
構文
'宣言
Public Property IgnoreQuotedIdentifiers As Boolean
Get
Set
'使用
Dim instance As DacDeployOptions
Dim value As Boolean
value = instance.IgnoreQuotedIdentifiers
instance.IgnoreQuotedIdentifiers = value
public bool IgnoreQuotedIdentifiers { get; set; }
public:
property bool IgnoreQuotedIdentifiers {
bool get ();
void set (bool value);
}
member IgnoreQuotedIdentifiers : bool with get, set
function get IgnoreQuotedIdentifiers () : boolean
function set IgnoreQuotedIdentifiers (value : boolean)
プロパティ値
型: System.Boolean
QUOTED_IDENTIFIER オプションを無視する場合は true、それ以外の場合は false。既定値は false です。