Partager via


SqlScriptProperty, constructeur (String, Nullable<Boolean>, Nullable<Boolean>)

Initialise une nouvelle instance de la classe SqlScriptProperty.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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>
)

Paramètres

  • quotedIdentifiers
    Type : System.Nullable<Boolean>
    Paramètre ANSI_NULLS ; null signifie « sans importance ».
  • ansiNulls
    Type : System.Nullable<Boolean>
    Paramètre QUOTED_IDENTIFER ; null signifie « sans importance ».

Sécurité .NET Framework

Voir aussi

Référence

SqlScriptProperty Classe

SqlScriptProperty, surcharge

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms