Database 类

The Database object represents a SQL Server database.

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

语法

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

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 AnsiNullDefault Property.
公共属性 AnsiNullsEnabled Gets or sets the Boolean ANSI_NULLS_ENABLED property value.
公共属性 AnsiPaddingEnabled Gets or sets the ANSI_PADDING_ENABLED database option is enabled.
公共属性 AnsiWarningsEnabled Gets or sets the Boolean ANSI_WARNING_ENABLED property value.
公共属性 ApplicationRoles Represents a collection of ApplicationRole objects. Each ApplicationRole object represents an application role defined on the database.
公共属性 ArithmeticAbortEnabled Gets or sets the ARITHMETICABORT property value.
公共属性 Assemblies Represents a collection of SqlAssembly objects. Each SqlAssembly object represents an assembly defined on the database.
公共属性 AsymmetricKeys Represents a collection of AsymmetricKey objects. Each AsymmetricKey object represents an asymmetric key defined on the database.
公共属性 AutoClose Gets or sets the AUTOCLOSE database option is set.
公共属性 AutoCreateStatisticsEnabled Gets a Boolean property value that specifies whether statistics are automatically created for the database.
公共属性 AutoShrink Gets or sets the AUTO_SHRINK database option.
公共属性 AutoUpdateStatisticsAsync Gets or sets a property value that specifies whether the AUTOUPDATESTATISTICSASYNC database option is active.
公共属性 AutoUpdateStatisticsEnabled Gets a Boolean property value that specifies whether statistics are automatically updated for the database.
公共属性 BrokerEnabled Gets or sets a property value that specifies whether the Service Broker service is enabled.
公共属性 CaseSensitive Gets a Boolean property value that specifies whether uppercase letters and lowercase letters are evaluated as equal.
公共属性 Certificates Represents a collection of Certificate objects. Each Certificate object represents a certificate defined on the database.
公共属性 ChangeTrackingAutoCleanUp Gets or sets a Boolean property value that specifies whether the CHANGE_TRACKING_AUTO_CLEANUP OPTION is enabled.
公共属性 ChangeTrackingEnabled Gets or sets a property 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 property value that specifies whether the CONCAT_NULL_YIELDS_NULL database option is active.
公共属性 CreateDate Gets the date that the database was created.
公共属性 DatabaseAuditSpecifications Represents a collection of DatabaseAuditSpecification objects. Each DatabaseAuditSpecification object represents an database audit specification defined on the server.
公共属性 DatabaseEncryptionKey Gets a DataBaseEncryptionKey datatype.
公共属性 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 property 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 property value that specifies whether the date correlation optimization is active.
公共属性 DboLogin Gets the Boolean 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 a DefaultFileStreamFileGroup datatype
公共属性 DefaultFullTextCatalog Gets the default full-text catalog used by the database.
公共属性 Defaults Represents 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 the ENCRYPTIONENABLED property of a database.
公共属性 Events Gets the events associated with the database.
受保护属性 ExecuteForScalar Gets or sets the Boolean property value that specifies whether the object is set to the execute for scalar option. (从 SqlSmoObject 继承。)
公共属性 ExtendedProperties Gets the extended properties of the database.
公共属性 ExtendedStoredProcedures Represents a collection of ExtendedStoredProcedure objects. Each ExtendedStoredProcedure object represents an extended stored procedure defined on the database.
公共属性 FileGroups Represents a collection of FileGroup objects. Each FileGroup object represents a filegroup defined on the database.
公共属性 FullTextCatalogs Represents a collection of FullTextCatalog objects. Each FullTextCatalog object represents a full-text catalog defined on the database.
公共属性 FullTextStopLists Represents a collection of FullTextStopList objects. Each FullTextStopList object represents a full text stop list defined on the server.
公共属性 HonorBrokerPriority Gets or sets the Boolean 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 Boolean property value that specifies whether the database can be accessed.
公共属性 IsDatabaseSnapshot Gets a Boolean property value that specifies whether the database is a snapshot database.
公共属性 IsDatabaseSnapshotBase Gets a Boolean property value that specifies whether the database is the base database for a snapshot database.
公共属性 IsDbAccessAdmin Gets a Boolean property value that specifies whether the current user is a member of the DbAccessAdmin database role.
公共属性 IsDbBackupOperator Gets a Boolean property value that specifies whether the current user is a member of the DbBackupOperator database role.
公共属性 IsDbDatareader Gets a Boolean property value that specifies whether the current user is a member of the DbDatareader database role.
公共属性 IsDbDatawriter Gets a Boolean property value that specifies whether the current user is a member of the DbDatawriter database role.
公共属性 IsDbDdlAdmin Gets a Boolean property value that specifies whether the current user is a member of the DbDdlAdmin database role.
公共属性 IsDbDenyDatareader Gets a Boolean property value that specifies whether the current user is a member of the DbDenyDatareader database role.
公共属性 IsDbDenyDatawriter Gets a Boolean property value that specifies whether the current member is a member of the DbDenyDatawriter database.
公共属性 IsDbOwner Gets a Boolean property value that specifies whether the current user is a member of the DbOwner database role.
公共属性 IsDbSecurityAdmin Gets a Boolean property value that specifies whether the current user is a member of the DbSecurityAdmin database role.
公共属性 IsFullTextEnabled Gets the Boolean value that specifies whether the database is enabled for full-text search.
公共属性 IsMailHost Gets the Boolean value that specifies whether the database is configured as a mail host.
公共属性 IsManagementDataWarehouse Gets the Boolean value that specifies whether the database is a management data warehouse.
公共属性 IsMirroringEnabled Gets the Boolean value that specifies whether mirroring is enabled on the database.
公共属性 IsParameterizationForced Gets or sets a property value that specifies whether parameterization is forced on the database.
公共属性 IsReadCommittedSnapshotOn Gets the Boolean value that specifies whether transactions with the read committed isolation level use row versioning.
公共属性 IsSystemObject Gets the Boolean value that specifies whether the database is a system object or a user-defined database.
受保护属性 IsTouched Gets the Boolean property value that specifies whether the object properties have been updated but not yet persisted on the server. (从 SqlSmoObject 继承。)
公共属性 IsUpdateable Gets the Boolean value that specifies whether the database can be updated.
公共属性 IsVarDecimalStorageFormatEnabled Gets or sets a property 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 the Boolean value that specifies whether the local server cursors are used by default.
公共属性 LogFiles Represents 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 or sets 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 object. (从 NamedSmoObject 继承。)
公共属性 NumericRoundAbortEnabled Gets or sets a Boolean property value that specifies whether the NUMERIC_ROUNDABORT database option is active.
受保护属性 ObjectInSpace Gets the Boolean property value that specifies whether the object exists in isolation, or whether it is directly or indirectly connected to the instance of SQL Server. (从 SqlSmoObject 继承。)
公共属性 Owner Gets the database principal that is the owner of the database.
公共属性 PageVerify Specifies the type of page integrity check that SQL Server performs when reading database pages.
公共属性 Parent Gets the Server object that is the parent of the Database object.
公共属性 PartitionFunctions Represents a collection of PartitionFunction objects. Each PartitionFunction object represents a partition function defined on the database.
公共属性 PartitionSchemes Represents a collection of PartitionScheme objects. Each PartitionScheme object represents a partition scheme defined on the database.
公共属性 PlanGuides Gets Plan Guides associated with a database.
公共属性 PrimaryFilePath Gets the path and name of 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 Boolean property 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 the Boolean property 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 the Boolean value that specifies whether recursive triggers are enabled on the database.
公共属性 ReplicationOptions Gets the active replication settings for a database,
公共属性 Roles Represents a collection of DatabaseRole objects. Each DatabaseRole object represents a role defined on the database.
公共属性 Rules Represents a collection of Rule objects. Each Rule object represents a rule defined on the database.
受保护属性 ScalarResult Gets the scalar result for the referenced object. (从 SqlSmoObject 继承。)
公共属性 Schemas Represents a collection of Schema objects. Each Schema object represents a schema defined on the database.
公共属性 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 Represents a collection of StoredProcedure objects. Each StoredProcedure object represents a stored procedure defined on the database.
公共属性 SymmetricKeys Represents a collection of SymmetricKey objects. Each SymmetricKey object represents a symmetric key defined on the database.
公共属性 Synonyms Represents a collection of Synonym objects. Each Synonym object represents a synonym defined on the database.
公共属性 Tables Represents a collection of Table objects. Each Table object represents a table defined on the database.
公共属性 Triggers Represents a collection of DatabaseDdlTrigger objects. Each DatabaseDdlTrigger object represents a trigger defined on the database.
公共属性 Trustworthy The TRUSTWORTHY database property is used to indicate whether the instance of SQL Server 2005 trusts the database and the contents within it
公共属性 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 Represents a collection of UserDefinedAggregate objects. Each UserDefinedAggregate object represents a user-defined aggregate defined on the database.
公共属性 UserDefinedDataTypes Represents a collection of UserDefinedDataType objects. Each UserDefinedDataType object represents a user-defined data type on the database.
公共属性 UserDefinedFunctions Represents a collection of UserDefinedFunction objects. Each UserDefinedFunction object represents a user-defined function on the database.
公共属性 UserDefinedTableTypes Represents a collection of UserDefinedTableType objects. Each UserDefinedTableType object represents a user-defined table type on the database.
公共属性 UserDefinedTypes Represents a collection of UserDefinedType objects. Each UserDefinedType object represents a user-defined type on the database.
公共属性 UserName Gets or sets the database user name.
公共属性 Users Represents 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 Represents a collection of View objects. Each View object represents a view defined on the database.
公共属性 XmlSchemaCollections Represents a collection of XmlSchemaCollection objects. Each XmlSchemaCollection object represents an XML schema defined on the database.

页首

方法

  名称 说明
受保护方法 AddDatabaseContext (从 SqlSmoObject 继承。)
公共方法 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. 
受保护方法 AlterImpl (从 SqlSmoObject 继承。)
受保护方法 AlterImplFinish (从 SqlSmoObject 继承。)
受保护方法 AlterImplInit (从 SqlSmoObject 继承。)
受保护方法 AlterImplWorker (从 SqlSmoObject 继承。)
受保护方法 AppendCommaText (从 ScriptNameObjectBase 继承。)
受保护方法 AppendWithCommaText (从 ScriptNameObjectBase 继承。)
受保护方法 AppendWithOption (从 ScriptNameObjectBase 继承。)
受保护方法 BindDefaultImpl (从 SqlSmoObject 继承。)
受保护方法 BindRuleImpl (从 SqlSmoObject 继承。)
公共方法 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.
受保护方法 CheckCollation (从 SqlSmoObject 继承。)
公共方法 CheckIdentityValues Verifies the integrity of all identity columns in tables in the database.
受保护方法 CheckObjectDirty (从 ScriptNameObjectBase 继承。)
受保护方法 CheckObjectState() () () () Validates the state of the referenced object. (从 SqlSmoObject 继承。)
受保护方法 CheckObjectState(Boolean) Validates the state of the referenced object with the option to specify that an exception is thrown if the object is not yet created. (从 SqlSmoObject 继承。)
受保护方法 CheckObjectStateImpl (从 SqlSmoObject 继承。)
公共方法 Checkpoint Issues a checkpoint.
公共方法 CheckTables(RepairType)
公共方法 CheckTables(RepairType, RepairOptions)
公共方法 CheckTables(RepairType, RepairStructure)
公共方法 CheckTables(RepairType, RepairOptions, RepairStructure)
公共方法 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.
受保护方法 CheckTextCorectness (从 ScriptNameObjectBase 继承。)
受保护方法 CheckTextModeSupport (从 ScriptNameObjectBase 继承。)
受保护方法 CheckVersion100 (从 SqlSmoObject 继承。)
受保护方法 CheckVersion80 Checks the validity of the object on SQL Server 2000. (从 SqlSmoObject 继承。)
受保护方法 CheckVersion80SP3 Checks the validity of the object on SQL Server 2000 SP3. (从 SqlSmoObject 继承。)
受保护方法 CheckVersion90 Check the validity of the object on SQL Server 2005. (从 SqlSmoObject 继承。)
受保护方法 CheckVersionBelow90 (从 SqlSmoObject 继承。)
受保护方法 CleanObject Cleans the referenced object. (从 ScriptNameObjectBase 继承。)
公共方法 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.
受保护方法 CreateImpl (从 SqlSmoObject 继承。)
受保护方法 CreateImplFinish (从 SqlSmoObject 继承。)
受保护方法 CreateImplInit (从 SqlSmoObject 继承。)
公共方法 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 (从 SqlSmoObject 继承。)
公共方法 Drop Drops the database.
公共方法 DropAllPlanGuides Drops all Plan Guides in a database.
公共方法 DropBackupHistory Drops the backup history for the database.
受保护方法 DropImpl (从 SqlSmoObject 继承。)
受保护方法 DropImplWorker (从 SqlSmoObject 继承。)
公共方法 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.
受保护方法 EnumScriptImpl (从 SqlSmoObject 继承。)
受保护方法 EnumScriptImplWorker (从 SqlSmoObject 继承。)
公共方法 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.
受保护方法 Finalize (从 Object 继承。)
受保护方法 ForceTextModeOnTextBody Enforces text mode on the text body. (从 ScriptNameObjectBase 继承。)
受保护方法 FormatSqlVariant (从 SqlSmoObject 继承。)
受保护方法 GenerateDataSpaceFileStreamScript (从 SqlSmoObject 继承。)
受保护方法 GenerateDataSpaceScript (从 SqlSmoObject 继承。)
受保护方法 GetBindDefaultScript (从 SqlSmoObject 继承。)
受保护方法 GetBindRuleScript (从 SqlSmoObject 继承。)
受保护方法 GetBoolParameter(StringBuilder, ScriptingOptions, String, String, Int32%) (从 SqlSmoObject 继承。)
受保护方法 GetBoolParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) (从 SqlSmoObject 继承。)
受保护方法 GetBraketNameForText (从 ScriptNameObjectBase 继承。)
受保护方法 GetDateTimeParameter (从 SqlSmoObject 继承。)
受保护方法 GetDateTimeParameterAsInt (从 SqlSmoObject 继承。)
受保护方法 GetDBName Gets the database name that is associated with the object. (从 SqlSmoObject 继承。)
受保护方法 GetEnumParameter (从 SqlSmoObject 继承。)
受保护方法 GetFragOptionString (从 SqlSmoObject 继承。)
受保护方法 GetGuidParameter (从 SqlSmoObject 继承。)
公共方法 GetHashCode (从 Object 继承。)
受保护方法 GetIsTextDirty Determines whether the text value is consistent with stored value. (从 ScriptNameObjectBase 继承。)
受保护方法 GetParameter(StringBuilder, ScriptingOptions, String, String, Int32%) (从 SqlSmoObject 继承。)
受保护方法 GetParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) (从 SqlSmoObject 继承。)
受保护方法 GetPropValue (从 SqlSmoObject 继承。)
受保护方法 GetPropValueOptional (从 SqlSmoObject 继承。)
受保护方法 GetPropValueOptionalAllowNull (从 SqlSmoObject 继承。)
受保护方法 GetRealValue (从 SqlSmoObject 继承。)
受保护方法 GetScriptIncludeExists (从 ScriptNameObjectBase 继承。)
受保护方法 GetScriptingOptionsForCreate (从 SqlSmoObject 继承。)
受保护方法 GetServerName Gets the name of the instance of SQL Server with which the object is associated. (从 SqlSmoObject 继承。)
受保护方法 GetServerObject (从 SqlSmoObject 继承。)
受保护方法 GetSqlServerVersionName Gets the version name of the instance of SQL Server with which the object is associated. (从 SqlSmoObject 继承。)
受保护方法 GetStringParameter(StringBuilder, ScriptingOptions, String, String, Int32%) (从 SqlSmoObject 继承。)
受保护方法 GetStringParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) (从 SqlSmoObject 继承。)
受保护方法 GetTextBody() () () () Returns the text body. (从 ScriptNameObjectBase 继承。)
受保护方法 GetTextBody(Boolean) Returns the text body. (从 ScriptNameObjectBase 继承。)
受保护方法 GetTextForScript(ScriptingOptions, Boolean, array<String> [] () [] []) Gets the text for scripting. (从 ScriptNameObjectBase 继承。)
受保护方法 GetTextForScript(ScriptingOptions, Boolean, array<String> [] () [] [], Boolean) (从 ScriptNameObjectBase 继承。)
受保护方法 GetTextHeader Returns the text header. (从 ScriptNameObjectBase 继承。)
受保护方法 GetTextMode Determines whether the script name is using text mode. (从 ScriptNameObjectBase 继承。)
受保护方法 GetTextProperty(String) (从 ScriptNameObjectBase 继承。)
受保护方法 GetTextProperty(String, ScriptingOptions) (从 ScriptNameObjectBase 继承。)
受保护方法 GetTimeSpanParameterAsInt (从 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 继承。)
受保护方法 GetUrnRecursive(StringBuilder) (从 SqlSmoObject 继承。)
受保护方法 GetUrnRecursive(StringBuilder, UrnIdOption) (从 SqlSmoObject 继承。)
公共方法 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.
受保护方法 ImplInitialize (从 SqlSmoObject 继承。)
公共方法 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.
受保护方法 IsObjectDirty Determines whether the referenced object is consistent with the stored object. (从 ScriptNameObjectBase 继承。)
受保护方法 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 继承。)
受保护方法 IsVersion80SP3 (从 SqlSmoObject 继承。)
受保护方法 MarkDropped (从 SqlSmoObject 继承。)
受保护方法 MarkForDropImpl (从 SqlSmoObject 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
受保护方法 PostAlter (从 SqlSmoObject 继承。)
受保护方法 PostCreate (从 SqlSmoObject 继承。)
受保护方法 PostDrop (从 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.
受保护方法 RenameImpl This method supports the SMO infrastructure and is not intended to be used directly from your code. (从 NamedSmoObject 继承。)
受保护方法 RenameImplWorker This method supports the SMO infrastructure and is not intended to be used directly from your code. (从 NamedSmoObject 继承。)
公共方法 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.
受保护方法 ScriptAlter (从 SqlSmoObject 继承。)
受保护方法 ScriptAnsiQI (从 ScriptNameObjectBase 继承。)
受保护方法 ScriptChangeOwner This method supports the SMO infrastructure and is not intended to be used directly from your code. (从 NamedSmoObject 继承。)
受保护方法 ScriptCreate (从 SqlSmoObject 继承。)
受保护方法 ScriptDdl (从 SqlSmoObject 继承。)
受保护方法 ScriptDrop (从 SqlSmoObject 继承。)
受保护方法 ScriptImpl() () () () (从 SqlSmoObject 继承。)
受保护方法 ScriptImpl(ScriptingOptions) (从 SqlSmoObject 继承。)
受保护方法 ScriptImplWorker (从 SqlSmoObject 继承。)
受保护方法 ScriptInformativeHeaders (从 ScriptNameObjectBase 继承。)
受保护方法 ScriptRename This method supports the SMO infrastructure and is not intended to be used directly from your code. (从 NamedSmoObject 继承。)
受保护方法 SetCollectionTextMode Sets the collection text mode. (从 ScriptNameObjectBase 继承。)
公共方法 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 (从 SqlSmoObject 继承。)
公共方法 SetSnapshotIsolation Sets the snapshot isolation level.
受保护方法 SetTextBody Specifies the text body. (从 ScriptNameObjectBase 继承。)
受保护方法 SetTextHeader Specifies the text header. (从 ScriptNameObjectBase 继承。)
受保护方法 SetTextMode Specifies the text mode. (从 ScriptNameObjectBase 继承。)
公共方法 Shrink Shrinks the database.
受保护方法 SwitchTextMode Switches the text mode. (从 ScriptNameObjectBase 继承。)
受保护方法 ThrowIfTextIsDirtyForAlter (从 ScriptNameObjectBase 继承。)
公共方法 ToString Returns a String that represents the referenced object. (从 SqlSmoObject 继承。)
受保护方法 TouchImpl (从 SqlSmoObject 继承。)
公共方法 TruncateLog Truncates the database log.
受保护方法 UnbindDefaultImpl (从 SqlSmoObject 继承。)
受保护方法 UnbindRuleImpl (从 SqlSmoObject 继承。)
公共方法 UpdateIndexStatistics Updates index statistics.
公共方法 Validate (从 SmoObjectBase 继承。)
公共方法 ValidateAllPlanGuides() () () () Verifies the validity of the execution plans associated with the database.
公共方法 ValidateAllPlanGuides(DataTable%)

页首

事件

  名称 说明
公共事件 PropertyChanged (从 SqlSmoObject 继承。)
公共事件 PropertyMetadataChanged (从 SqlSmoObject 继承。)

页首

字段

  名称 说明
受保护字段 m_ExtendedProperties (从 SqlSmoObject 继承。)

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IAlienObjectDiscover (从 SqlSmoObject 继承。)
显式接口实现私有方法 IAlienObjectGetParent (从 SqlSmoObject 继承。)
显式接口实现私有方法 IAlienObjectGetProperty (从 SqlSmoObject 继承。)
显式接口实现私有方法 ISfcPropertyProviderGetPropertySet (从 SqlSmoObject 继承。)
显式接口实现私有方法 IAlienObjectGetUrn (从 SqlSmoObject 继承。)
显式接口实现私有方法 IAlienObjectResolve (从 SqlSmoObject 继承。)
显式接口实现私有方法 IAlienObjectSetProperty (从 SqlSmoObject 继承。)

页首

注释

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 and existing database.

  • Register the database in the Active Directory 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)成员在多线程操作中是安全的。 不保证所有实例成员都对于线程安全的。

示例

'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()

线程安全

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