AlterAssemblyStatement.UncheckedData Property
Gets or sets whether the UNCHECKED DATA option was specified.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property UncheckedData As Boolean
public bool UncheckedData { get; set; }
public:
property bool UncheckedData {
bool get ();
void set (bool value);
}
member UncheckedData : bool with get, set
function get UncheckedData () : boolean
function set UncheckedData (value : boolean)
Property Value
Type: System.Boolean
Returns True if the UNCHECKED DATA option was specified; otherwise, False.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.