Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the conversation handle.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Conversation As ScalarExpression
Get
Set
'Usage
Dim instance As MoveConversationStatement
Dim value As ScalarExpression
value = instance.Conversation
instance.Conversation = value
public ScalarExpression Conversation { get; set; }
public:
property ScalarExpression^ Conversation {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member Conversation : ScalarExpression with get, set
function get Conversation () : ScalarExpression
function set Conversation (value : ScalarExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The conversation handle.