ExecuteAsStatement.Cookie 属性

获取或设置 cookie 变量(如果已使用 WITH 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 命名空间