SqlImportScriptService.IgnorePermissions 属性

忽略权限。

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

语法

声明
Public Property IgnorePermissions As Boolean
    Get
    Set
public bool IgnorePermissions { get; set; }
public:
property bool IgnorePermissions {
    bool get ();
    void set (bool value);
}
member IgnorePermissions : bool with get, set
function get IgnorePermissions () : boolean
function set IgnorePermissions (value : boolean)

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

SqlImportScriptService 类

Microsoft.VisualStudio.Data.Schema.Package.Sql.Project 命名空间