Partager via


CharacterSetPayloadOption.IsSql, propriété

Obtient ou définit si le jeu de caractères est SQL.

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

Syntaxe

'Déclaration
Public Property IsSql As Boolean
    Get
    Set
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)

Valeur de propriété

Type : System.Boolean
Retourne la valeur True pour SQL, False dans le cas d'un jeu de caractères XML.

Sécurité .NET Framework

Voir aussi

Référence

CharacterSetPayloadOption Classe

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