Propriedade AlterAssemblyStatement.UncheckedData

Obtém ou define se a opção UNCHECKED DATA foi especificada.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
Public Property UncheckedData As Boolean
    Get
    Set
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)

Valor de propriedade

Tipo: System.Boolean
Retorna VERDADEIRO se a opção de UNCHECKED DATA foi especificada; Caso contrário, False.

Segurança do .NET Framework

Consulte também

Referência

AlterAssemblyStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql