Propriedade do RDL SendStatement.ConversationHandles
Gets or sets the conversation handles.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public ReadOnly Property ConversationHandles As IList(Of ScalarExpression)
Get
'Uso
Dim instance As SendStatement
Dim value As IList(Of ScalarExpression)
value = instance.ConversationHandles
public IList<ScalarExpression> ConversationHandles { get; }
public:
property IList<ScalarExpression^>^ ConversationHandles {
IList<ScalarExpression^>^ get ();
}
member ConversationHandles : IList<ScalarExpression>
function get ConversationHandles () : IList<ScalarExpression>
Valor da propriedade
Tipo: System.Collections.Generic.IList<ScalarExpression>
The conversation handles.