DatabaseSecurityAdapter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Database security adds properties from the children and some computed properties. It inherits from the DatabaseAdapter.
public class DatabaseSecurityAdapter : Microsoft.SqlServer.Management.Smo.DatabaseAdapter, Microsoft.SqlServer.Management.Sdk.Sfc.IDmfFacet, Microsoft.SqlServer.Management.Smo.IDatabaseSecurityFacet
type DatabaseSecurityAdapter = class
inherit DatabaseAdapter
interface IDatabaseSecurityFacet
interface IDmfFacet
Public Class DatabaseSecurityAdapter
Inherits DatabaseAdapter
Implements IDatabaseSecurityFacet, IDmfFacet
- Inheritance
- Implements
Constructors
DatabaseSecurityAdapter(Database) |
Properties
AutoClose |
Returns true if the database has auto-close set to ON. (Inherited from DatabaseAdapterBase) |
AutoShrink |
Returns true if the database has auto-shrink option enabled. (Inherited from DatabaseAdapterBase) |
Database | (Inherited from DatabaseAdapterBase) |
DelayedDurability |
Returns delayed durability setting of a database. (Inherited from DatabaseAdapterBase) |
IsOwnerSysadmin |
Returns true if the database owner is granted the sysadmin role. |
IsSystemObject | (Inherited from DatabaseAdapterBase) |
LastBackupDate | (Inherited from DatabaseAdapterBase) |
LastLogBackupDate | (Inherited from DatabaseAdapterBase) |
PageVerify |
Returns true if the PAGE_VERIFY setting of a database is set to CHECKSUM. (Inherited from DatabaseAdapterBase) |
ReadOnly |
Returns true if the database is read-only. (Inherited from DatabaseAdapterBase) |
RecoveryModel |
Returns the database recovery model. (Inherited from DatabaseAdapterBase) |
Size | (Inherited from DatabaseAdapterBase) |
Status | (Inherited from DatabaseAdapterBase) |
TargetRecoveryTime |
Returns target recovery time setting of a database. (Inherited from DatabaseAdapterBase) |
Trustworthy | (Inherited from DatabaseAdapterBase) |
Methods
Alter() | (Inherited from DatabaseAdapterBase) |
DataFileVolumeNotIn(List<String>) |
This method compares the drive letter from files in the filegroups against the drive letters in the checkDrives parameter. If any one file drive letter is in the list of checkVolumes, then the function returns true otherwise it returns false. (Inherited from DatabaseAdapterBase) |
GetVolume(String) | (Inherited from DatabaseAdapterBase) |
Refresh() |