Gets or sets a value that indicates whether the character set is SQL.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property IsSql As Boolean
Get
Set
用法
Dim instance As CharacterSetPayloadOption
Dim value As Boolean
value = instance.IsSql
instance.IsSql = value
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)
属性值
类型:System.Boolean
True in case of SQL, false in case of XML character set.