AlterAssemblyStatement.UncheckedData 属性

获取或设置是否指定了 UNCHECKED DATA 选项。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
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)

属性值

类型:System.Boolean
如果指定了 UNCHECKED DATA 选项,则返回 True;否则返回 False。

.NET Framework 安全性

请参见

参考

AlterAssemblyStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间