TSqlObjectOptions Class
SQL Server 2014
Updated: April 20, 2017
Defines options to be used for specific TSqlObjects.
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | TSqlObjectOptions() | Initializes a new instance of the TSqlObjectOptions class. |
| Name | Description | |
|---|---|---|
![]() | AnsiNulls | Gets or sets a value that indicates whether the ANSI_NULLS connection setting for objects is on or off. |
![]() | QuotedIdentifier | Gets or sets a value that indicates whether the QUOTED_IDENTIFIER setting for objects is on or off. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:

