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
- script
Type : System.String
- 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.