Freigeben über


SendStatement.ConversationHandles-Eigenschaft

Gets or sets the conversation handles.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property ConversationHandles As IList(Of ScalarExpression)
    Get
'Usage
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>

Eigenschaftswert

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

Siehe auch

Verweis

SendStatement Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace