SqlScriptProperty Constructor (String, Nullable<Boolean>, Nullable<Boolean>)
Initializes a new instance of the SqlScriptProperty class.
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>
)
Parameters
- script
Type: System.String
- quotedIdentifiers
Type: System.Nullable<Boolean>
ANSI_NULLS setting; null means "does not matter".
- ansiNulls
Type: System.Nullable<Boolean>
QUOTED_IDENTIFER setting; null means "does not matter".
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.