Click or drag to resize
ISqlServerCapabilitiesSupportsOpenQueryCommand Property
Indicate if server supports OPENQUERY commands. OPENQUERY is used to do commands across two or more databases. http://msdn.microsoft.com/en-us/library/ms188427.aspx

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
bool SupportsOpenQueryCommand { get; }

Property Value

Type: Boolean
See Also