Propriedade do RDL EndConversationStatement.Conversation
Gets or sets the conversation handle.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property Conversation As ScalarExpression
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The conversation handle.