Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether the QUOTED_IDENTIFIER setting for objects is on or off.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property QuotedIdentifier As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As TSqlObjectOptions
Dim value As Nullable(Of Boolean)
value = instance.QuotedIdentifier
instance.QuotedIdentifier = value
public Nullable<bool> QuotedIdentifier { get; set; }
public:
property Nullable<bool> QuotedIdentifier {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member QuotedIdentifier : Nullable<bool> with get, set
function get QuotedIdentifier () : Nullable<boolean>
function set QuotedIdentifier (value : Nullable<boolean>)
Eigenschaftswert
Typ: System.Nullable<Boolean>
true if the QUOTED_IDENTIFIER setting for objects is on or off; otherwise, false.