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.