ScriptNameObjectBase.ScriptAnsiQI Method
Scripts the database object in ANSI text.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
protected void ScriptAnsiQI( SqlSmoObject o, ScriptingOptions so, StringCollection queries, StringBuilder sb, out Object ansiNull, out Object qi )
Parameters
- o
- Type: Microsoft.SqlServer.Management.Smo.SqlSmoObject
The SqlSmoObject to script.
- queries
- Type: System.Collections.Specialized.StringCollection
A StringCollection of queries.
- sb
- Type: System.Text.StringBuilder
A StringBuilder object.
- ansiNull
- Type: System.Object%
A pointer to Object.
- qi
- Type: System.Object%
A pointer to Object.
