Database 类

Represents an SQL Server database.

继承层次结构

System.Object
  Microsoft.SqlServer.Management.Smo.SmoObjectBase
    Microsoft.SqlServer.Management.Smo.SqlSmoObject
      Microsoft.SqlServer.Management.Smo.NamedSmoObject
        Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase
          Microsoft.SqlServer.Management.Smo.Database

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<PhysicalFacetAttribute> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
Public NotInheritable Class Database _
    Inherits ScriptNameObjectBase _
    Implements ICreatable, IAlterable, IDroppable, IRenamable,  _
    IExtendedProperties, IScriptable, IDatabaseOptions, IDmfFacet, ISfcSupportsDesignMode
用法
Dim instance As Database
[PhysicalFacetAttribute]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
public sealed class Database : ScriptNameObjectBase, 
    ICreatable, IAlterable, IDroppable, IRenamable, IExtendedProperties, 
    IScriptable, IDatabaseOptions, IDmfFacet, ISfcSupportsDesignMode
[PhysicalFacetAttribute]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
public ref class Database sealed : public ScriptNameObjectBase, 
    ICreatable, IAlterable, IDroppable, IRenamable, IExtendedProperties, 
    IScriptable, IDatabaseOptions, IDmfFacet, ISfcSupportsDesignMode
[<SealedAttribute>]
[<PhysicalFacetAttribute>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
type Database =  
    class 
        inherit ScriptNameObjectBase 
        interface ICreatable 
        interface IAlterable 
        interface IDroppable 
        interface IRenamable 
        interface IExtendedProperties 
        interface IScriptable 
        interface IDatabaseOptions 
        interface IDmfFacet 
        interface ISfcSupportsDesignMode 
    end
public final class Database extends ScriptNameObjectBase implements ICreatable, IAlterable, IDroppable, IRenamable, IExtendedProperties, IScriptable, IDatabaseOptions, IDmfFacet, ISfcSupportsDesignMode

Database 类型公开以下成员。

构造函数

  名称 说明
公共方法 Database() Initializes a new instance of the Database class.
公共方法 Database(Server, String) Initializes a new instance of the Database class on the specified server and with the specified name.

页首

属性

  名称 说明
公共属性 ActiveConnections Gets the number of active connections to the database.
公共属性 ActiveDirectory 已过时。Gets the information about the Active Directory settings for the database.
公共属性 AnsiNullDefault Gets or sets a value that specifies whether the ANSI_NULL_DEFAULT database option is active.
公共属性 AnsiNullsEnabled Gets or sets a value that specifies whether the ANSI_NULLS_ENABLED database option is active.
公共属性 AnsiPaddingEnabled Gets or sets a value that specifies whether the ANSI_PADDING_ENABLED database option is active.
公共属性 AnsiWarningsEnabled Gets or sets a value that specifies whether the ANSI_WARNINGS_ENABLED database option is active.
公共属性 ApplicationRoles Gets a collection of ApplicationRole objects. Each ApplicationRole object represents an application role defined on the database.
公共属性 ArithmeticAbortEnabled Gets or sets a value that specifies whether the ARITHMETICABORT database option is active.
公共属性 Assemblies Gets a collection of SqlAssembly objects. Each SqlAssembly object represents an assembly defined on the database.
公共属性 AsymmetricKeys Gets a collection of AsymmetricKey objects. Each AsymmetricKey object represents an asymmetric key defined on the database.
公共属性 AutoClose Gets or sets a value that specifies whether the AUTOCLOSE database option is set.
公共属性 AutoCreateStatisticsEnabled Gets a value that specifies whether statistics are automatically created for the database.
公共属性 AutoShrink Gets or sets a value that specifies whether the AUTO_SHRINK database option is active.
公共属性 AutoUpdateStatisticsAsync Gets or sets a value that specifies whether the AUTOUPDATESTATISTICSASYNC database option is active.
公共属性 AutoUpdateStatisticsEnabled Gets or sets a value that specifies whether statistics are automatically updated for the database.
公共属性 AvailabilityDatabaseSynchronizationState Gets the synchronization state of the availability database.
公共属性 AvailabilityGroupName Gets the availability group name in the database.
公共属性 BrokerEnabled Gets or sets a value that specifies whether the Service Broker service is enabled.
公共属性 CaseSensitive Gets a value that specifies whether uppercase letters and lowercase letters are evaluated as equal.
公共属性 Certificates Gets a collection of Certificate objects. Each Certificate object represents a certificate defined on the database.
公共属性 ChangeTrackingAutoCleanUp Gets or sets a value that specifies whether the CHANGE_TRACKING_AUTO_CLEANUP OPTION is enabled.
公共属性 ChangeTrackingEnabled Gets or sets a value that specifies whether the CHANGE_TRACKING_VALUE option is enabled
公共属性 ChangeTrackingRetentionPeriod Gets or sets the CHANGE_TRACKING_RETENTION_PERIOD value.
公共属性 ChangeTrackingRetentionPeriodUnits Gets or sets the unit type for a retention period value.
公共属性 CloseCursorsOnCommitEnabled Gets or sets a value that specifies whether the CURSOR_CLOSE_ON_COMMIT database option is active.
公共属性 Collation Gets or sets the default collation used by the database.
公共属性 CompatibilityLevel Gets or sets the compatibility level for the database.
公共属性 ConcatenateNullYieldsNull Gets or sets a value that specifies whether the CONCAT_NULL_YIELDS_NULL database option is active.
公共属性 ContainmentType Gets or sets the type of containment.
公共属性 CreateDate Gets the date that the database was created.
公共属性 DatabaseAuditSpecifications Gets a collection of DatabaseAuditSpecification objects. Each DatabaseAuditSpecification object represents a database audit specification defined on the server.
公共属性 DatabaseEncryptionKey Gets a DataBaseEncryptionKey data type.
公共属性 DatabaseGuid Gets the Guid value that uniquely identifies the database.
公共属性 DatabaseOptions Gets the DatabaseOptions object that contains configuration options for the database.
公共属性 DatabaseOwnershipChaining Gets or sets a value that specifies whether the database ownership chaining is active.
公共属性 DatabaseSnapshotBaseName Gets the name of the snapshot base for the database.
公共属性 DataSpaceUsage Gets the space used by the data in the database.
公共属性 DateCorrelationOptimization Gets or sets a value that specifies whether the date correlation optimization is active.
公共属性 DboLogin Gets a value that specifies whether the current user is logged on as the database owner (DBO).
公共属性 DefaultFileGroup Gets the default file group used by the database.
公共属性 DefaultFileStreamFileGroup Gets the file group name for the default file stream.
公共属性 DefaultFullTextCatalog Gets the default full-text catalog used by the database.
公共属性 DefaultFullTextLanguage Gets the default full text language.
公共属性 DefaultLanguage Gets or sets the default language.
公共属性 Defaults Gets a collection of Default objects. Each Default object represents a default defined on the database.
公共属性 DefaultSchema Gets the default schema of the user.
公共属性 EncryptionEnabled Gets or sets a value that indicates whether the data encryption is enabled.
公共属性 Events Gets the events associated with the database.
公共属性 ExtendedProperties Gets the extended properties of the database.
公共属性 ExtendedStoredProcedures Gets a collection of ExtendedStoredProcedure objects. Each ExtendedStoredProcedure object represents an extended stored procedure defined on the database.
公共属性 Federations Gets a collection of Federation objects. Each Federation represents a data being partitioned on the database.
公共属性 FileGroups Gets a collection of FileGroup objects. Each FileGroup object represents a file group defined on the database.
公共属性 FilestreamDirectoryName Gets or sets the name of file stream share directory.
公共属性 FilestreamNonTransactedAccess Gets or sets the file stream non-transacted access setting for database.
公共属性 FullTextCatalogs Gets a collection of FullTextCatalog objects. Each FullTextCatalog object represents a full-text catalog defined on the database.
公共属性 FullTextStopLists Gets a collection of FullTextStopList objects. Each FullTextStopList object represents a full text stop list defined on the server.
公共属性 HonorBrokerPriority Gets or sets a value that specifies whether the priority specified by the broker is acknowledged or not.
公共属性 ID Gets the database ID value that uniquely identifies the database.
公共属性 IndexSpaceUsage Gets the space used by the indexes in the database.
公共属性 IsAccessible Gets a value that specifies whether the database can be accessed.
公共属性 IsDatabaseSnapshot Gets a value that specifies whether the database is a snapshot database.
公共属性 IsDatabaseSnapshotBase Gets a value that specifies whether the database is the base database for a snapshot database.
公共属性 IsDbAccessAdmin Gets a value that specifies whether the current user is a member of the DbAccessAdmin database role.
公共属性 IsDbBackupOperator Gets a value that specifies whether the current user is a member of the DbBackupOperator database role.
公共属性 IsDbDatareader Gets a value that specifies whether the current user is a member of the DbDatareader database role.
公共属性 IsDbDatawriter Gets a value that specifies whether the current user is a member of the DbDatawriter database role.
公共属性 IsDbDdlAdmin Gets a value that specifies whether the current user is a member of the DbDdlAdmin database role.
公共属性 IsDbDenyDatareader Gets a value that specifies whether the current user is a member of the DbDenyDatareader database role.
公共属性 IsDbDenyDatawriter Gets a value that specifies whether the current member is a member of the DbDenyDatawriter database.
公共属性 IsDbManager Gets a value that specifies whether the current login is a database manager in SQL Database.
公共属性 IsDbOwner Gets a value that specifies whether the current user is a member of the DbOwner database role.
公共属性 IsDbSecurityAdmin Gets a value that specifies whether the current user is a member of the DbSecurityAdmin database role.
公共属性 IsFederationMember Gets or sets a value that specifies whether the database is a member of federation.
公共属性 IsFullTextEnabled Gets or sets a value that specifies whether the database is enabled for full-text search.
公共属性 IsLoginManager Gets a value that specifies whether the current login is a login manager in SQL Database.
公共属性 IsMailHost Gets a value that specifies whether the database is configured as a mail host.
公共属性 IsManagementDataWarehouse Gets a value that specifies whether the database is a management data warehouse.
公共属性 IsMirroringEnabled Gets a value that specifies whether mirroring is enabled on the database.
公共属性 IsParameterizationForced Gets or sets a value that specifies whether parameterization is forced on the database.
公共属性 IsReadCommittedSnapshotOn Gets or sets a value that specifies whether transactions with the read committed isolation level use row versioning.
公共属性 IsSystemObject Gets a value that specifies whether the database is a system object or a user-defined database.
公共属性 IsUpdateable Gets a value that specifies whether the database can be updated.
公共属性 IsVarDecimalStorageFormatEnabled Gets or sets a value that specifies whether VarDecimal storage is enabled.
公共属性 LastBackupDate Gets the date and time when the database was last backed up.
公共属性 LastDifferentialBackupDate Gets the date and time when the last differential backup was performed.
公共属性 LastLogBackupDate Gets the date and time when the transaction log was last backed up.
公共属性 LocalCursorsDefault Gets or sets a value that specifies whether the local server cursors are used by default.
公共属性 LogFiles Gets a collection of LogFile objects. Each LogFile object represents a log file defined on the database.
公共属性 LogReuseWaitStatus Gets the type of operation on which the reuse of transaction log space is waiting.
公共属性 MasterKey Gets the master key that is used to encrypt the private keys of certificates.
公共属性 MirroringFailoverLogSequenceNumber Gets the log sequence number at last failover.
公共属性 MirroringID Gets the ID value that uniquely identifies the mirroring partnership.
公共属性 MirroringPartner Gets or sets the address of the 数据库引擎 instance that is the partner server for database mirroring.
公共属性 MirroringPartnerInstance Gets the instance of SQL Server on which the mirroring partner is configured.
公共属性 MirroringRedoQueueMaxSize Gets the maximum size of the redo queue of the mirror server instance in KB.
公共属性 MirroringRoleSequence Gets the role sequence number for primary/backup roles played by the mirroring partners.
公共属性 MirroringSafetyLevel Gets or sets the mirroring safety level.
公共属性 MirroringSafetySequence Gets the role sequence number for safety levels for the mirroring partners.
公共属性 MirroringStatus Gets the status of the database and the database mirroring session.
公共属性 MirroringTimeout Gets or sets the maximum time, in seconds, that the principal server instance waits for a PING message from another instance in the mirroring session before assuming the other instance is disconnected.
公共属性 MirroringWitness Gets or sets the name of the 数据库引擎 instance of the database mirroring witness server.
公共属性 MirroringWitnessStatus Gets the status of the mirroring witness server.
公共属性 Name Gets or sets the name of the database. (覆盖 NamedSmoObject.Name。)
公共属性 NestedTriggersEnabled Gets or sets a value that indicates whether the nested triggers are enabled.
公共属性 NumericRoundAbortEnabled Gets or sets a value that specifies whether the NUMERIC_ROUNDABORT database option is active.
公共属性 Owner Gets the database principal that is the owner of the database.
公共属性 PageVerify Gets or sets the type of page integrity check that SQL Server performs when reading database pages.
公共属性 Parent Gets or sets the Server object that is the parent of the Database object.
公共属性 PartitionFunctions Gets a collection of PartitionFunction objects. Each PartitionFunction object represents a partition function defined on the database.
公共属性 PartitionSchemes Gets a collection of PartitionScheme objects. Each PartitionScheme object represents a partition scheme defined on the database.
公共属性 PlanGuides Gets a collection of plan guides associated with a database.
公共属性 PrimaryFilePath Gets the operating system directory that contains the primary file for the database.
公共属性 Properties Gets a collection of Property objects that represent the object properties. (从 SqlSmoObject 继承。)
公共属性 QuotedIdentifiersEnabled Gets or sets a value that specifies whether identifiers delimited by double quotation marks (" ") are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.
公共属性 ReadOnly Gets or sets a value that specifies whether the database is read-only.
公共属性 RecoveryForkGuid Gets the GUID value that specifies the recovery fork on which the database is currently active.
公共属性 RecoveryModel Gets or sets the recovery model for the database.
公共属性 RecursiveTriggersEnabled Gets or sets a value that specifies whether recursive triggers are enabled on the database.
公共属性 ReplicationOptions Gets the active replication settings for a database.
公共属性 Roles Gets a collection of DatabaseRole objects. Each DatabaseRole object represents a role defined on the database.
公共属性 Rules Gets a collection of Rule objects. Each Rule object represents a rule defined on the database.
公共属性 Schemas Gets a collection of Schema objects. Each Schema object represents a schema defined on the database.
公共属性 SearchPropertyLists Gets the SearchPropertyListCollection associated with this object.
公共属性 Sequences Gets the SequenceCollection associated with this object.
公共属性 ServiceBroker Gets the ServiceBroker object that represents the Service Broker.
公共属性 ServiceBrokerGuid Gets the Guid object that uniquely identifies the instance of Service Broker.
公共属性 Size Gets the size of the database in MB.
公共属性 SnapshotIsolationState Gets the snapshot isolation state for the database.
公共属性 SpaceAvailable Gets the available space in the database in KB.
公共属性 State Gets the state of the referenced object. (从 SmoObjectBase 继承。)
公共属性 Status Gets the database status.
公共属性 StoredProcedures Gets a collection of StoredProcedure objects. Each StoredProcedure object represents a stored procedure defined on the database.
公共属性 SymmetricKeys Gets a collection of SymmetricKey objects. Each SymmetricKey object represents a symmetric key defined on the database.
公共属性 Synonyms Gets a collection of Synonym objects. Each Synonym object represents a synonym defined on the database.
公共属性 Tables Gets a collection of Table objects. Each Table object represents a table defined on the database.
公共属性 TargetRecoveryTime Gets or sets the target recovery time of the used database.
公共属性 TransformNoiseWords Gets a value that indicates whether an object that sets the transform noise words configuration option is used.
公共属性 Triggers Gets a collection of DatabaseDdlTrigger objects. Each DatabaseDdlTrigger object represents a trigger defined on the database.
公共属性 Trustworthy Gets or sets a value that indicates whether the instance of SQL Server 2005 trusts the database and the contents within it.
公共属性 TwoDigitYearCutoff Gets or sets the specified object that is used to set the two digit year cutoff configuration option.
公共属性 Urn Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (从 SqlSmoObject 继承。)
公共属性 UserAccess Gets or sets the database user access.
公共属性 UserData Gets or sets user-defined data associated with the referenced object. (从 SmoObjectBase 继承。)
公共属性 UserDefinedAggregates Gets a collection of UserDefinedAggregate objects. Each UserDefinedAggregate object represents a user-defined aggregate defined on the database.
公共属性 UserDefinedDataTypes Gets a collection of UserDefinedDataType objects. Each UserDefinedDataType object represents a user-defined data type on the database.
公共属性 UserDefinedFunctions Gets a collection of UserDefinedFunction objects. Each UserDefinedFunction object represents a user-defined function on the database.
公共属性 UserDefinedTableTypes Gets a collection of UserDefinedTableType objects. Each UserDefinedTableType object represents a user-defined table type on the database.
公共属性 UserDefinedTypes Gets a collection of UserDefinedType objects. Each UserDefinedType object represents a user-defined type on the database.
公共属性 UserName Gets the database user name.
公共属性 Users Gets a collection of User objects. Each User object represents a user who is defined on the database.
公共属性 Version Gets the version of the instance of SQL Server that was used to create the database.
公共属性 Views Gets a collection of View objects. Each View object represents a view defined on the database.
公共属性 XmlSchemaCollections Gets a collection of XmlSchemaCollection objects. Each XmlSchemaCollection object represents an XML schema defined on the database.

页首

方法

  名称 说明
公共方法 Alter() Updates any Database object property changes on the instance of SQL Server. 
公共方法 Alter(TimeSpan) Updates any Database object property changes on the instance of SQL Server. 
公共方法 Alter(TerminationClause) Updates any Database object property changes on the instance of SQL Server. 
公共方法 ChangeMirroringState Changes the mirroring configuration as specified by the options.
公共方法 CheckAllocations Scans all pages of the referenced database and tests pages to help ensure integrity.
公共方法 CheckAllocationsDataOnly Scans all pages of the referenced database and tests only the data to help ensure integrity.
公共方法 CheckCatalog Tests the integrity of the database catalog.
公共方法 CheckIdentityValues Verifies the integrity of all identity columns in tables in the database.
公共方法 Checkpoint Issues a checkpoint.
公共方法 CheckTables(RepairType) Tests the integrity of database pages for all tables and indexes defined on the tables of the database.
公共方法 CheckTables(RepairType, RepairOptions) Tests the integrity of database pages for all tables and indexes defined on the tables of the database.
公共方法 CheckTables(RepairType, RepairStructure) Tests the integrity of database pages for all tables and indexes defined on the tables of the database.
公共方法 CheckTables(RepairType, RepairOptions, RepairStructure) Tests the integrity of database pages for all tables and indexes defined on the tables of the database.
公共方法 CheckTablesDataOnly() Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database.
公共方法 CheckTablesDataOnly(RepairOptions) Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database, with the specified repair options.
公共方法 CheckTablesDataOnly(RepairStructure) Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database with the specified repair structure.
公共方法 CheckTablesDataOnly(RepairOptions, RepairStructure) Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database with the specified repair options and repair structure.
公共方法 Create() Creates a database on the instance of SQL Server as defined by the Database object.
公共方法 Create(Boolean) Creates a database on the instance of SQL Server as defined by the Database object.
公共方法 Deny(DatabasePermissionSet, String) Denies the specified set of permissions for the specified grantee on the database.
公共方法 Deny(DatabasePermissionSet, array<String[]) Denies the specified set of permissions for the specified grantees on the database.
公共方法 Deny(DatabasePermissionSet, String, Boolean) Denies the specified set of permissions for the specified grantee and other users who the grantee granted the specified set of permissions on the database.
公共方法 Deny(DatabasePermissionSet, array<String[], Boolean) Denies the specified set of permissions for the specified grantees and other users who the grantee granted the specified set of permissions on the database.
公共方法 DisableAllPlanGuides Disables all Plan Guides in a database.
公共方法 Discover Discovers a list of type Object. (从 SqlSmoObject 继承。)
公共方法 Drop Drops the database.
公共方法 DropAllPlanGuides Drops all Plan Guides in a database.
公共方法 DropBackupHistory Drops the backup history for the database.
公共方法 EnableAllPlanGuides Enables all Plan Guides in a database.
公共方法 EnumBackupSetFiles() Returns a DataTable listing files contained in a backup set.
公共方法 EnumBackupSetFiles(Int32) Returns a Data table that lists the files in a backup set
公共方法 EnumBackupSets Returns a DataTable listing the backup sets associated with a database.
公共方法 EnumCandidateKeys Enumerates a list of all candidate primary keys in the database, which can be referenced by a foreign key.
公共方法 EnumDatabasePermissions() Enumerates a list of all permissions in the database.
公共方法 EnumDatabasePermissions(String) Enumerates a list of permissions in the database for the specified user.
公共方法 EnumDatabasePermissions(DatabasePermissionSet) Enumerates a list of permissions in the database for the specified permission set.
公共方法 EnumDatabasePermissions(String, DatabasePermissionSet) Enumerates a list of permissions in the database for the specified user and a specified permission set.
公共方法 EnumLocks() Enumerates a list of all current locks held on the database.
公共方法 EnumLocks(Int32) Enumerates a list of current locks held on the database for a specified system process ID.
公共方法 EnumLoginMappings Enumerates a list of SQL Server logins for all the users in the database.
公共方法 EnumMatchingSPs(String) Enumerates a list of stored procedures that contain the specified string in the definition.
公共方法 EnumMatchingSPs(String, Boolean) Enumerates a list of stored procedures that contain the specified string in the definition.
公共方法 EnumObjectPermissions() Enumerates a list of permissions for objects in the database.
公共方法 EnumObjectPermissions(String) Enumerates a list of permissions for objects in the database that belong to the specified user.
公共方法 EnumObjectPermissions(ObjectPermissionSet) Enumerates a list of permissions for objects in the database limited to the specified permission set.
公共方法 EnumObjectPermissions(String, ObjectPermissionSet) Enumerates a list of permissions for objects in the database that belong to the specified user and limited to the specified permission set.
公共方法 EnumObjects() Enumerates a list of objects in the database.
公共方法 EnumObjects(DatabaseObjectTypes) Enumerates a list of objects in the database.
公共方法 EnumObjects(DatabaseObjectTypes, SortOrder) Enumerates a list of objects in the database.
公共方法 EnumTransactions() Enumerates a list of open transactions on the database.
公共方法 EnumTransactions(TransactionTypes) Enumerates a list of open transactions of a specified type on the database.
公共方法 EnumWindowsGroups() Enumerates a list of Windows groups.
公共方法 EnumWindowsGroups(String) Enumerates a list of Windows groups for a specified group.
公共方法 Equals (从 Object 继承。)
公共方法 ExecuteNonQuery(StringCollection) Executes a batch in the context of the database where there are no results returned.
公共方法 ExecuteNonQuery(String) Executes a statement in the context of the database where there are no results returned.
公共方法 ExecuteNonQuery(StringCollection, ExecutionTypes) Runs a collection of batches in the context of the database where there are no results returned for the specified execution type only.
公共方法 ExecuteNonQuery(String, ExecutionTypes) Executes a batch in the context of the database where there are no results returned for the specified execution type only.
公共方法 ExecuteWithResults(StringCollection) Executes a batch in the context of the database where there are results returned.
公共方法 ExecuteWithResults(String) Executes a collection of batches in the context of the database where there are results returned.
受保护方法 FormatSqlVariant Formats an object as SqlVariant type. (从 SqlSmoObject 继承。)
受保护方法 GetContextDB Gets the context database that is associated with this object. (从 SqlSmoObject 继承。)
受保护方法 GetDBName Gets the database name that is associated with the object. (从 SqlSmoObject 继承。)
公共方法 GetHashCode (从 Object 继承。)
受保护方法 GetPropValue Gets a property value of the SqlSmoObject object. (从 SqlSmoObject 继承。)
受保护方法 GetPropValueOptional Gets a property value of the SqlSmoObject object. (从 SqlSmoObject 继承。)
受保护方法 GetPropValueOptionalAllowNull Gets a property value of the SqlSmoObject object. (从 SqlSmoObject 继承。)
受保护方法 GetServerObject Gets the server of the SqlSmoObject object. (从 SqlSmoObject 继承。)
公共方法 GetTransactionCount() Gets the number of open transactions on the database.
公共方法 GetTransactionCount(TransactionTypes) Gets the number of open transactions of a specified type on the database.
公共方法 GetType (从 Object 继承。)
公共方法 Grant(DatabasePermissionSet, String) Grants the specified set of permissions to the specified grantee on the database.
公共方法 Grant(DatabasePermissionSet, array<String[]) Grants the specified set of permissions to the specified grantees on the database.
公共方法 Grant(DatabasePermissionSet, String, Boolean) Grants access to the specified permission to the grantee and the ability to grant access to other users on the database.
公共方法 Grant(DatabasePermissionSet, array<String[], Boolean) Grants access to the specified permission to the grantees and the ability to grant access to other users on the database.
公共方法 Grant(DatabasePermissionSet, String, Boolean, String) Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the database under an assumed role.
公共方法 Grant(DatabasePermissionSet, array<String[], Boolean, String) Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the database under an assumed role.
公共方法 Initialize() Initializes the object and forces the properties be loaded. (从 SqlSmoObject 继承。)
公共方法 Initialize(Boolean) Initializes the object and forces the properties be loaded. (从 SqlSmoObject 继承。)
公共方法 IsMember Determines whether the specified group or role belongs to the database.
受保护方法 IsObjectInitialized Verifies whether the object has been initialized. (从 SqlSmoObject 继承。)
受保护方法 IsObjectInSpace Verifies whether the object is isolated or connected to the instance of SQL Server. (从 SqlSmoObject 继承。)
公共方法 PrefetchObjects() Prefetches database objects.
公共方法 PrefetchObjects(Type) Prefetches database objects of a specified type.
公共方法 PrefetchObjects(Type, ScriptingOptions) Prefetches database objects of a specified type with scripting options.
公共方法 RecalculateSpaceUsage Recalculates space usage.
公共方法 Refresh Updates the Database object. (覆盖 ScriptNameObjectBase.Refresh()。)
公共方法 RemoveFullTextCatalogs Removes full-text catalogs from the database.
公共方法 Rename Renames the database.
公共方法 Revoke(DatabasePermissionSet, String) Revokes a previously granted set of permissions from a grantee on the database.
公共方法 Revoke(DatabasePermissionSet, array<String[]) Revokes a previously granted set of permissions from a list of grantees on the database.
公共方法 Revoke(DatabasePermissionSet, String, Boolean, Boolean) Revokes previously granted permissions from a grantee on the database and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.
公共方法 Revoke(DatabasePermissionSet, array<String[], Boolean, Boolean) Revokes previously granted permissions from grantees on the database and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.
公共方法 Revoke(DatabasePermissionSet, String, Boolean, Boolean, String) Revokes previously granted permissions from a grantee on the database and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.
公共方法 Revoke(DatabasePermissionSet, array<String[], Boolean, Boolean, String) Revokes previously granted permissions from grantees on the database and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.
公共方法 Script() Generates a Transact-SQL script that can be used to re-create the database.
公共方法 Script(ScriptingOptions) Generates a Transact-SQL script that can be used to re-create the database as specified by the script options.
公共方法 SetDefaultFileGroup Sets the default file group for the database.
公共方法 SetDefaultFileStreamFileGroup Sets the default filestream group.
公共方法 SetDefaultFullTextCatalog Sets the default full-text catalog for the database.
公共方法 SetOffline Sets the database offline.
公共方法 SetOnline Sets the database online.
公共方法 SetOwner(String) Sets the database owner.
公共方法 SetOwner(String, Boolean) Sets the database owner.
受保护方法 SetParentImpl Sets the parent of the SqlSmoObject to the newParent parameter. (从 SqlSmoObject 继承。)
公共方法 SetSnapshotIsolation Sets the snapshot isolation level.
公共方法 Shrink Shrinks the database.
公共方法 ToString Returns a String that represents the referenced object. (从 SqlSmoObject 继承。)
公共方法 TruncateLog Truncates the database log.
公共方法 UpdateIndexStatistics Updates index statistics.
公共方法 Validate Validates the state of an object. (从 SmoObjectBase 继承。)
公共方法 ValidateAllPlanGuides() Verifies the validity of the execution plans associated with the database.
公共方法 ValidateAllPlanGuides(DataTable%) Verifies the validity of the execution plans associated with the database and returns validation report.

页首

事件

  名称 说明
公共事件 PropertyChanged Represents the event that occurs when a property is changed. (从 SqlSmoObject 继承。)
公共事件 PropertyMetadataChanged Represents the event that occurs when property metadata changes. (从 SqlSmoObject 继承。)

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IAlienObject.Discover Discovers any dependencies. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SqlSmoObject 继承。)
显式接口实现私有方法 IAlienObject.GetDomainRoot Returns the root of the domain. (从 SqlSmoObject 继承。)
显式接口实现私有方法 IAlienObject.GetParent Gets the parent of this object. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SqlSmoObject 继承。)
显式接口实现私有方法 IAlienObject.GetPropertyType Gets the type of the specified property. (从 SqlSmoObject 继承。)
显式接口实现私有方法 IAlienObject.GetPropertyValue Gets the value of the specified property. (从 SqlSmoObject 继承。)
显式接口实现私有方法 IAlienObject.GetUrn Gets the Unified Resource Name (URN) of the object. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SqlSmoObject 继承。)
显式接口实现私有方法 IAlienObject.Resolve Gets the instance that contains the information about the object from the Unified Resource Name (URN) of the object. (从 SqlSmoObject 继承。)
显式接口实现私有方法 IAlienObject.SetObjectState Sets the object state to the specified SfcObjectState value. (从 SqlSmoObject 继承。)
显式接口实现私有方法 IAlienObject.SetPropertyValue Sets the property value. (从 SqlSmoObject 继承。)
显式接口实现私有方法 ISfcPropertyProvider.GetPropertySet Gets the interface reference to the set of properties of this object. (从 SqlSmoObject 继承。)
显式接口实现私有属性 ISfcSupportsDesignMode.IsDesignMode Gets a value that indicates whether the object supports design mode. 标识为仅供参考。不提供支持。不保证以后的兼容性。

页首

注释

The Database class represents databases, either system or user-defined, on the instance of SQL Server. The Server class is the parent of the Database class.

By using the Database class, you can do the following:

  • Create a new database or drop an existing database.

  • Register the database in the Active Directory service.

  • Reference database objects in collections, such as tables, users, and triggers.

  • Set up database mirroring.

  • Create a master database key.

  • Set up a full-text search catalog.

  • Check data, allocations, catalogs, and tables.

  • Issue a checkpoint.

  • Grant, revoke, and deny permissions to users on the database.

  • Run Transact-SQL statements.

  • Enumerate database information, such as locks or object permissions.

  • Remove the backup history.

  • Monitor the number of transactions.

  • Set the database offline or online.

  • Change the owner of the database.

  • Update statistics.

  • Shrink the database.

  • Truncate the log.

  • Script the database.

To get Database object properties, a login must be a member of the public fixed server role and the user mapped to this login in the database must be a member of the public database role.

To set Database object properties and run the Alter method, users must have ALTER permission on the database, or be a member of the db_owner fixed database role.

To create a database, users must have CREATE DATABASE, CREATE ANY DATABASE, or ALTER ANY DATABASE permission on the parent server.

To drop a database, users must have CONTROL permission on the database, or be a member of the db_owner fixed database role.

To grant, revoke, or deny other users permission on the database, users must have CONTROL permission on the database or be a member of the db_owner fixed database role.

Thread Safety

此类型的任何公共静态(Microsoft Visual Basic 中的 Shared)成员在多线程操作中是安全的。但不保证所有实例成员都是线程安全的。

示例

VB

'Connect to the local, default instance of SQL Server.
Dim srv As Server
srv = New Server
'Define a Database object variable by supplying the server and the database name arguments in the constructor.
Dim db As Database
db = New Database(srv, "Test_SMO_Database")
'Create the database on the instance of SQL Server.
db.Create()
'Reference the database and display the date when it was created.
db = srv.Databases("Test_SMO_Database")
Console.WriteLine(db.CreateDate)
'Remove the database.
db.Drop()

PowerShell

$srv = new-Object Microsoft.SqlServer.Management.Smo.Server("(local)")
$db = New-Object Microsoft.SqlServer.Management.Smo.Database($srv, "Test_SMO_Database")
$db.Create()
Write-Host $db.CreateDate
$db.Drop()

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

使用数据库对象

创建、更改和删除数据库

CREATE DATABASE (Transact-SQL)