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.