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
'使用
Dim instance As ExecuteAsStatement
Dim value As Literal

value = instance.Cookie

instance.Cookie = value
public Literal Cookie { get; set; }
public:
property Literal^ Cookie {
    Literal^ get ();
    void set (Literal^ value);
}
public function get Cookie () : Literal
public function set Cookie (value : Literal)

プロパティ値

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

参照

参照

ExecuteAsStatement クラス

ExecuteAsStatement メンバ

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