ExecuteAsStatement.Cookie 屬性

如果使用了 WITH COOKIE 選項,則會取得或設定 Cookie 變數。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
Public Property Cookie As Literal
    Get
    Set
public Literal Cookie { get; set; }
public:
property Literal^ Cookie {
    Literal^ get ();
    void set (Literal^ value);
}
member Cookie : Literal with get, set
function get Cookie () : Literal
function set Cookie (value : Literal)

屬性值

型別:Microsoft.Data.Schema.ScriptDom.Sql.Literal

.NET Framework 安全性

請參閱

參考

ExecuteAsStatement 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間