Database::IsParameterizationForced Property
SQL Server 2012
Gets or sets a value that specifies whether parameterization is forced on the database.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Deploy)] public: virtual property bool IsParameterizationForced { bool get () sealed; void set (bool value) sealed; }
Property Value
Type: System::BooleanA Boolean value that specifies whether parameterization is forced on the database. If True, parameterization is forced. If False (default), parameterization is not forced.
