SqlScriptProperty – konstruktor (String, Nullable<Boolean>, Nullable<Boolean>)
Inicializuje novou instanci SqlScriptProperty Třída
Obor názvů: Microsoft.Data.Schema.Sql.SchemaModel
Sestavení: Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Deklarace
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>
)
Parametry
- script
Typ: System.String
- quotedIdentifiers
Typ: System.Nullable<Boolean>
Nastavení ANSI_PADDING; Hodnota NULL znamená "nezáleží".
- ansiNulls
Typ: System.Nullable<Boolean>
Nastavení QUOTED_IDENTIFER; Hodnota NULL znamená "nezáleží".
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.