ISqlServerCapabilities Interface |
Namespace: CMS.DataEngine
public interface ISqlServerCapabilities
The ISqlServerCapabilities type exposes the following members.
Name | Description | |
---|---|---|
ControlServerPermissionAvailable |
Indicate if server supports 'CONTROL SERVER' permission for user.
http://msdn.microsoft.com/en-us/library/ms191291.aspx
| |
SupportsDatabaseCreation |
Indicate if server supports database creation.
| |
SupportsDatabaseDeletion |
Indicate if server supports database deletion.
| |
SupportsLinkedServer |
Indicate if server supports linked server which is used with in OPENQUERY to do commands across two or more databases.
| |
SupportsOpenQueryCommand |
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
|