DatabaseOptions.IsParameterizationForced Property
SQL Server 2012
Gets or sets a Boolean property 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.Standalone)] public bool IsParameterizationForced { get; set; }
Property Value
Type: System.BooleanA Boolean value that specifies whether parameterization is forced on the database.If True, parameterization is forced. Otherwise, False (default).
