名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project.Sql (Microsoft.VisualStudio.Data.Schema.Project.Sql.dll 内)
構文
'宣言
Public Property IgnorePermissions As Boolean
'使用
Dim instance As OAImportScript
Dim value As Boolean
value = instance.IgnorePermissions
instance.IgnorePermissions = value
public bool IgnorePermissions { get; set; }
public:
property bool IgnorePermissions {
bool get ();
void set (bool value);
}
public function get IgnorePermissions () : boolean
public function set IgnorePermissions (value : boolean)
プロパティ値
型 : System.Boolean
参照
参照
Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation 名前空間