TSqlObjectOptions Class

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
Public method TSqlObjectOptions Initializes a new instance of the TSqlObjectOptions class.

Top

Properties

  Name Description
Public property AnsiNulls Gets or sets a value that indicates whether the ANSI_NULLS connection setting for objects is on or off.
Public property QuotedIdentifier Gets or sets a value that indicates whether the QUOTED_IDENTIFIER setting for objects is on or off.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.Dac.Model Namespace