IsParameterizationForced プロパティ

データベースに対してパラメーター化を強制するかどうかを指定する Boolean プロパティの値を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<DisplayNameKeyAttribute("Database_IsParameterizationForcedName")> _
<DisplayDescriptionKeyAttribute("Database_IsParameterizationForcedDesc")> _
Property IsParameterizationForced As Boolean
    Get
    Set
'使用
Dim instance As IDatabaseOptions
Dim value As Boolean

value = instance.IsParameterizationForced

instance.IsParameterizationForced = value
[DisplayNameKeyAttribute("Database_IsParameterizationForcedName")]
[DisplayDescriptionKeyAttribute("Database_IsParameterizationForcedDesc")]
bool IsParameterizationForced { get; set; }
[DisplayNameKeyAttribute(L"Database_IsParameterizationForcedName")]
[DisplayDescriptionKeyAttribute(L"Database_IsParameterizationForcedDesc")]
property bool IsParameterizationForced {
    bool get ();
    void set (bool value);
}
[<DisplayNameKeyAttribute("Database_IsParameterizationForcedName")>]
[<DisplayDescriptionKeyAttribute("Database_IsParameterizationForcedDesc")>]
abstract IsParameterizationForced : bool with get, set
function get IsParameterizationForced () : boolean
function set IsParameterizationForced (value : boolean)

プロパティ値

型: System. . :: . .Boolean
データベースに対してパラメーター化を強制するかどうかを指定する Boolean 値。
True の場合、パラメーター化が強制されます。
False (既定) の場合、パラメーター化が強制されません。

説明

IsParameterizationForced プロパティが True の場合、SELECT、INSERT、UPDATE、または DELETE ステートメントに指定されているリテラル値は、クエリのコンパイル時にパラメーターに変換されます。