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 네임스페이스