Gets or sets an optional cookie expression.
네임스페이스: 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
An optional cookie expression.