次の方法で共有


RevertStatement.Cookie プロパティ

Cookie 式 (省略可能) を取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property Cookie As ScalarExpression 
    Get 
    Set
'使用
Dim instance As RevertStatement 
Dim value As ScalarExpression 

value = instance.Cookie

instance.Cookie = value
public ScalarExpression Cookie { get; set; }
public:
property ScalarExpression^ Cookie {
    ScalarExpression^ get ();
    void set (ScalarExpression^ value);
}
member Cookie : ScalarExpression with get, set
function get Cookie () : ScalarExpression 
function set Cookie (value : ScalarExpression)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
Cookie 式 (省略可能)。

関連項目

参照

RevertStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間