Share via


AlterAssemblyStatement.UncheckedData Property

True if UNCHECKED DATA option was specified, false otherwise.

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
'Usage
Dim instance As AlterAssemblyStatement 
Dim value As Boolean 

value = instance.UncheckedData

instance.UncheckedData = value
public bool UncheckedData { get; set; }
public:
property bool UncheckedData {
    bool get ();
    void set (bool value);
}
public function get UncheckedData () : boolean 
public function set UncheckedData (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

AlterAssemblyStatement Class

AlterAssemblyStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace