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