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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax bool SupportsOpenQueryCommand { get; }
Property Value
Type:
BooleanSee Also