次の方法で共有


TSqlObjectOptions.QuotedIdentifier プロパティ

オブジェクトの QUOTED_IDENTIFIER 設定が有効かどうかを指定します。

名前空間:  Microsoft.SqlServer.Dac.Model
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public Property QuotedIdentifier As Nullable(Of Boolean)
    Get 
    Set
'使用
Dim instance As TSqlObjectOptions 
Dim value As Nullable(Of Boolean)

value = instance.QuotedIdentifier

instance.QuotedIdentifier = value
public Nullable<bool> QuotedIdentifier { get; set; }
public:
property Nullable<bool> QuotedIdentifier {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
member QuotedIdentifier : Nullable<bool> with get, set
function get QuotedIdentifier () : Nullable<boolean>
function set QuotedIdentifier (value : Nullable<boolean>)

プロパティ値

型: System.Nullable<Boolean>

関連項目

参照

TSqlObjectOptions クラス

Microsoft.SqlServer.Dac.Model 名前空間