SqlScriptProperty-Konstruktor (String, Nullable<Boolean>, Nullable<Boolean>)

Initialisiert eine neue Instanz der SqlScriptProperty-Klasse.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Sub New ( _
    script As String, _
    quotedIdentifiers As Nullable(Of Boolean), _
    ansiNulls As Nullable(Of Boolean) _
)
public SqlScriptProperty(
    string script,
    Nullable<bool> quotedIdentifiers,
    Nullable<bool> ansiNulls
)
public:
SqlScriptProperty(
    String^ script, 
    Nullable<bool> quotedIdentifiers, 
    Nullable<bool> ansiNulls
)
new : 
        script:string * 
        quotedIdentifiers:Nullable<bool> * 
        ansiNulls:Nullable<bool> -> SqlScriptProperty
public function SqlScriptProperty(
    script : String, 
    quotedIdentifiers : Nullable<boolean>, 
    ansiNulls : Nullable<boolean>
)

Parameter

  • quotedIdentifiers
    Typ: System.Nullable<Boolean>
    Einstellung ANSI_NULLS (NULL bedeutet "ist nicht relevant").

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlScriptProperty Klasse

SqlScriptProperty-Überladung

Microsoft.Data.Schema.Sql.SchemaModel-Namespace