共用方式為


CharacterSetPayloadOption.IsSql 屬性

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.

請參閱

參考

CharacterSetPayloadOption 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間