Partager via


Propriété SendStatement.ConversationHandles

Gets or sets the conversation handles.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ConversationHandles As IList(Of ScalarExpression)
    Get
'Utilisation
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>

Valeur de propriété

Type : System.Collections.Generic.IList<ScalarExpression>
The conversation handles.

Voir aussi

Référence

SendStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom