Свойство SendStatement.ConversationHandles

Gets or sets the conversation handles.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property ConversationHandles As IList(Of ScalarExpression)
    Get
'Применение
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>

Значение свойства

Тип: System.Collections.Generic.IList<ScalarExpression>
The conversation handles.

См. также

Справочник

SendStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom