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 命名空间