TSqlObjectOptions-Klasse
Defines options to be used for specific TSqlObjects.
Vererbungshierarchie
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
Der TSqlObjectOptions-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
![]() |
TSqlObjectOptions | Initializes a new instance of the TSqlObjectOptions class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
![]() |
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.