ReceiveStatement.IsConversationGroupIdWhere 속성

Gets or sets a value that indicates whether a conversation group ID is specified in a WHERE clause. Meaningless if WHERE is nullnull 참조(Visual Basic에서는 Nothing).

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property IsConversationGroupIdWhere As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As ReceiveStatement 
Dim value As Boolean 

value = instance.IsConversationGroupIdWhere

instance.IsConversationGroupIdWhere = value
public bool IsConversationGroupIdWhere { get; set; }
public:
property bool IsConversationGroupIdWhere {
    bool get ();
    void set (bool value);
}
member IsConversationGroupIdWhere : bool with get, set
function get IsConversationGroupIdWhere () : boolean 
function set IsConversationGroupIdWhere (value : boolean)

속성 값

유형: System.Boolean
true if a conversation group ID is specified in a WHERE clause; otherwise, false.

참고 항목

참조

ReceiveStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스