次の方法で共有


SendStatement.ConversationHandles プロパティ

メッセージ交換ハンドルを取得または設定します。

名前空間:  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>
メッセージ交換ハンドル。

関連項目

参照

SendStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間