We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0b1f3 commit d3add67Copy full SHA for d3add67
xml/_filter.xml
@@ -1,5 +1,10 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<filter>
3
+ <apiFilter apply="true">
4
+ <namespaceFilter name="Microsoft.SqlServer.Server">
5
+ <typeFilter name="*" expose="false" />
6
+ </namespaceFilter>
7
+ </apiFilter>
8
<attributeFilter apply="true">
9
<!-- Most attributes in System.ComponentModel control designer behavior. Don't show them. -->
10
<!-- The exceptions are attributes relating to data binding. Do show them. -->
0 commit comments