Click or drag to resize
ISqlServerCapabilities Interface
Sql server capabilities contract.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public interface ISqlServerCapabilities

The ISqlServerCapabilities type exposes the following members.

Properties
  NameDescription
Public propertyControlServerPermissionAvailable
Indicate if server supports 'CONTROL SERVER' permission for user. http://msdn.microsoft.com/en-us/library/ms191291.aspx
Public propertySupportsDatabaseCreation
Indicate if server supports database creation.
Public propertySupportsDatabaseDeletion
Indicate if server supports database deletion.
Public propertySupportsLinkedServer
Indicate if server supports linked server which is used with in OPENQUERY to do commands across two or more databases.
Public propertySupportsOpenQueryCommand
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
Top
See Also