BeginConversationTimerStatement.Handle 屬性
Gets or sets the conversation handle.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property Handle As ScalarExpression
Get
Set
'用途
Dim instance As BeginConversationTimerStatement
Dim value As ScalarExpression
value = instance.Handle
instance.Handle = value
public ScalarExpression Handle { get; set; }
public:
property ScalarExpression^ Handle {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member Handle : ScalarExpression with get, set
function get Handle () : ScalarExpression
function set Handle (value : ScalarExpression)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The conversation handle.