Delen via


EndConversationStatement.Conversation Property

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 EndConversationStatement 
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.

See Also

Reference

EndConversationStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace