Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines options to be used for specific TSqlObjects.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dac.Model.TSqlObjectOptions
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public NotInheritable Class TSqlObjectOptions
'Usage
Dim instance As TSqlObjectOptions
public sealed class TSqlObjectOptions
public ref class TSqlObjectOptions sealed
[<SealedAttribute>]
type TSqlObjectOptions = class end
public final class TSqlObjectOptions
The TSqlObjectOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TSqlObjectOptions | Initializes a new instance of the TSqlObjectOptions class. |
Top
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.