CharacterSetPayloadOption.IsSql Property
Gets or sets whether the character set is SQL.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property IsSql As Boolean
public bool IsSql { get; set; }
public:
property bool IsSql {
bool get ();
void set (bool value);
}
member IsSql : bool with get, set
function get IsSql () : boolean
function set IsSql (value : boolean)
Property Value
Type: System.Boolean
Returns true in case of SQL, false in case of an XML character set.
.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.