共用方式為


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