OdbcLiteral.IsNational 属性
Gets or sets a value that indicates whether the string is Unicode.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property IsNational As Boolean
Get
Set
用法
Dim instance As OdbcLiteral
Dim value As Boolean
value = instance.IsNational
instance.IsNational = value
public bool IsNational { get; set; }
public:
property bool IsNational {
bool get ();
void set (bool value);
}
member IsNational : bool with get, set
function get IsNational () : boolean
function set IsNational (value : boolean)
属性值
类型:System.Boolean
true if the string is Unicode; otherwise, false.