Поделиться через


Элементы Server

The Server object represents an instance of SQL Server.

Тип Server предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Server() () () () Initializes a new instance of the Server class.
Открытый метод Server(String) Initializes a new instance of the Server class with the specified name.
Открытый метод Server(ServerConnection) Initializes a new instance of the Server class based on the specified connection.

В начало

Методы

  Имя Описание
Защищенный метод AddDatabaseContext (Наследуется из SqlSmoObject.)
Открытый метод Alter() () () () Updates any Server object property changes on the instance of SQL Server. 
Открытый метод Alter(Boolean)
Защищенный метод AlterImpl (Наследуется из SqlSmoObject.)
Защищенный метод AlterImplFinish (Наследуется из SqlSmoObject.)
Защищенный метод AlterImplInit (Наследуется из SqlSmoObject.)
Защищенный метод AlterImplWorker (Наследуется из SqlSmoObject.)
Открытый метод AttachDatabase(String, StringCollection) Attaches an existing database that is made up of one or more files to the instance of SQL Server with the specified name and using the specified data files. 
Открытый метод AttachDatabase(String, StringCollection, AttachOptions)
Открытый метод AttachDatabase(String, StringCollection, String) Attaches an existing database that is made up of one or more files to the instance of SQL Server with the specified name and using the specified data files. 
Открытый метод AttachDatabase(String, StringCollection, String, AttachOptions)
Защищенный метод BindDefaultImpl (Наследуется из SqlSmoObject.)
Защищенный метод BindRuleImpl (Наследуется из SqlSmoObject.)
Защищенный метод CheckCollation (Наследуется из SqlSmoObject.)
Защищенный метод 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.)
Защищенный метод 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 (Наследуется из SqlSmoObject.)
Открытый метод CompareUrn Compares two URNS.
Защищенный метод CreateImpl (Наследуется из SqlSmoObject.)
Защищенный метод CreateImplFinish (Наследуется из SqlSmoObject.)
Защищенный метод CreateImplInit (Наследуется из SqlSmoObject.)
Открытый метод DeleteBackupHistory(DateTime) Deletes the backup history for this instance of SQL Server up until the specified date and time.
Открытый метод DeleteBackupHistory(Int32) Deletes the backup history for the specified media set.
Открытый метод DeleteBackupHistory(String) Deletes the backup history for the specified database.
Открытый метод Deny(ServerPermissionSet, String) Denies the specified set of permissions for the specified grantee on the instance of SQL Server.
Открытый метод Deny(ServerPermissionSet, array<String> [] () [] []) Denies the specified set of permissions for the specified grantees on the instance of SQL Server.
Открытый метод Deny(ServerPermissionSet, String, Boolean) Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the instance of SQL Server.
Открытый метод Deny(ServerPermissionSet, array<String> [] () [] [], Boolean) Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the instance of SQL Server.
Открытый метод DetachDatabase(String, Boolean) Detaches the specified database from the instance of SQL Server with the option to update statistics before the database is detached.
Открытый метод DetachDatabase(String, Boolean, Boolean) Detaches the specified database from the instance of SQL Server with the option to update statistics before the database is detached.
Открытый метод DetachedDatabaseInfo Returns information about a detached database file.
Открытый метод Discover (Наследуется из SqlSmoObject.)
Защищенный метод DropImpl (Наследуется из SqlSmoObject.)
Защищенный метод DropImplWorker (Наследуется из SqlSmoObject.)
Открытый метод EnumActiveCurrentSessionTraceFlags Gets active session flags as a DataTable.
Открытый метод EnumActiveGlobalTraceFlags Gets a DataTable that contains active global trace flags.
Открытый метод EnumAvailableMedia() () () () Enumerates a list of media that is visible to the instance of SQL Server on the local area network.
Открытый метод EnumAvailableMedia(MediaTypes) Enumerates a list of media that is visible to the instance of SQL Server on the local area network and limited to the type of media specified.
Открытый метод EnumCollations Enumerates a list of collations supported by the instance of SQL Server.
Открытый метод EnumDatabaseMirrorWitnessRoles() () () () Enumerates a list of database mirror witness roles.
Открытый метод EnumDatabaseMirrorWitnessRoles(String) Enumerates a list of mirror witness roles for the specified database.
Открытый метод EnumDetachedDatabaseFiles Enumerates a list of detached database files.
Открытый метод EnumDetachedLogFiles Enumerates a list of detached log files.
Открытый метод EnumDirectories Enumerates a list of directories relative to the specified path.
Открытый метод EnumErrorLogs Enumerates a list of SQL Server error log files.
Открытый метод EnumLocks() () () () Enumerates a list of current locks held on the instance of SQL Server.
Открытый метод EnumLocks(Int32) Enumerates a list of current locks held by the specified process on the instance of SQL Server.
Открытый метод EnumMembers Enumerates a list of members of server roles and database roles on the instance of SQL Server.
Открытый метод EnumObjectPermissions() () () () Enumerates a list of object permissions for the instance of SQL Server.
Открытый метод EnumObjectPermissions(String) Enumerates a list of object permissions for a specified grantee on the application instance of SQL Server.
Открытый метод EnumObjectPermissions(ObjectPermissionSet) Enumerates a list of object permissions for a specified permission on the instance of SQL Server.
Открытый метод EnumObjectPermissions(String, ObjectPermissionSet) Enumerates a list of object permissions for a specified grantee and a specified permission on the instance of SQL Server.
Открытый метод EnumPerformanceCounters() () () () Enumerates a list of performance counters that are supported by the instance of SQL Server.
Открытый метод EnumPerformanceCounters(String) Enumerates a list of performance counters that are supported by the instance of SQL Server for a specified object.
Открытый метод EnumPerformanceCounters(String, String) Enumerates a list of performance counters that are supported by the instance of SQL Server for a specified object and specified counter.
Открытый метод EnumPerformanceCounters(String, String, String) Enumerates a list of performance counters that are supported by the instance of SQL Server for a specified object, for a specified counter, and on the specified instance of SQL Server.
Открытый метод EnumProcesses() () () () Enumerates a list of processes running on the instance of SQL Server.
Открытый метод EnumProcesses(Boolean) Enumerates a list of processes running on the instance of SQL Server with the option to exclude system processes.
Открытый метод EnumProcesses(Int32) Enumerates a list of information about the specified process.
Открытый метод EnumProcesses(String) Enumerates a list of processes running on the instance of SQL Server that are associated with the specified login.
Защищенный метод EnumScriptImpl (Наследуется из SqlSmoObject.)
Защищенный метод EnumScriptImplWorker (Наследуется из SqlSmoObject.)
Открытый метод EnumServerAttributes Enumerates a list of server attributes for the instance of SQL Server.
Открытый метод EnumServerPermissions() () () () Enumerates a list of server permissions for the instance of SQL Server.
Открытый метод EnumServerPermissions(String) Enumerates a list of server permissions for a specified grantee on the instance of SQL Server.
Открытый метод EnumServerPermissions(ServerPermissionSet) Enumerates a list of server permissions for a specified permission on the instance of SQL Server.
Открытый метод EnumServerPermissions(String, ServerPermissionSet) Enumerates a list of server permissions for a specified grantee and a specified permission on the instance of SQL Server.
Открытый метод EnumStartupProcedures Enumerates a list of startup procedures.
Открытый метод EnumWindowsDomainGroups() () () () Enumerates a list of Microsoft Windows group accounts defined on a domain.
Открытый метод EnumWindowsDomainGroups(String) Enumerates a list of Microsoft Windows group accounts defined for the specified domain.
Открытый метод EnumWindowsGroupInfo() () () () Enumerates a list of information about all Microsoft Windows groups that have explicitly granted access to the instance of SQL Server.
Открытый метод EnumWindowsGroupInfo(String) Enumerates a list of information about all Microsoft Windows groups that have explicitly granted access to the instance of SQL Server.
Открытый метод EnumWindowsGroupInfo(String, Boolean) Enumerates a list of information about all Microsoft Windows groups that have explicitly granted access to the instance of SQL Server and with the option to list the individual members.
Открытый метод EnumWindowsUserInfo() () () () Enumerates a list of information about all Microsoft Windows users that have explicitly granted access to SQL Server.
Открытый метод EnumWindowsUserInfo(String) Enumerates a list of information about all Microsoft Windows users that have explicitly granted access to the instance of SQL Server.
Открытый метод EnumWindowsUserInfo(String, Boolean) Enumerates a list of information about all Microsoft Windows users that have explicitly granted access to the instance of SQL Server and with the option to list all the permissions paths (groups) through which the user has been granted access to the instance of SQL Server.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Защищенный метод FormatSqlVariant (Наследуется из SqlSmoObject.)
Защищенный метод GenerateDataSpaceFileStreamScript (Наследуется из SqlSmoObject.)
Защищенный метод GenerateDataSpaceScript (Наследуется из SqlSmoObject.)
Открытый метод GetActiveDBConnectionCount Returns the number of active connections for the specified database.
Защищенный метод GetBindDefaultScript (Наследуется из SqlSmoObject.)
Защищенный метод GetBindRuleScript (Наследуется из SqlSmoObject.)
Защищенный метод GetBoolParameter(StringBuilder, ScriptingOptions, String, String, Int32%) (Наследуется из SqlSmoObject.)
Защищенный метод GetBoolParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) (Наследуется из SqlSmoObject.)
Защищенный метод GetDateTimeParameter (Наследуется из SqlSmoObject.)
Защищенный метод GetDateTimeParameterAsInt (Наследуется из SqlSmoObject.)
Защищенный метод GetDBName Gets the database name that is associated with the object. (Наследуется из SqlSmoObject.)
Открытый метод GetDefaultInitFields Returns the property types that are initialized by default when the specified object is initialized.
Защищенный метод GetEnumParameter (Наследуется из SqlSmoObject.)
Защищенный метод GetFragOptionString (Наследуется из SqlSmoObject.)
Защищенный метод GetGuidParameter (Наследуется из SqlSmoObject.)
Открытый метод GetHashCode (Наследуется из Object.)
Защищенный метод GetParameter(StringBuilder, ScriptingOptions, String, String, Int32%) (Наследуется из SqlSmoObject.)
Защищенный метод GetParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) (Наследуется из SqlSmoObject.)
Открытый метод GetPropertyNames Returns the names of the initialized properties for the specified object type
Защищенный метод GetPropValue (Наследуется из SqlSmoObject.)
Защищенный метод GetPropValueOptional (Наследуется из SqlSmoObject.)
Защищенный метод GetPropValueOptionalAllowNull (Наследуется из SqlSmoObject.)
Защищенный метод GetRealValue (Наследуется из SqlSmoObject.)
Защищенный метод GetScriptingOptionsForCreate (Наследуется из SqlSmoObject.)
Защищенный метод GetServerName Gets the name of the instance of SQL Server with which the object is associated. (Наследуется из SqlSmoObject.)
Защищенный метод GetServerObject (Наследуется из SqlSmoObject.)
Открытый метод GetSmoObject Gets a SqlSmoObject that is specified by a URN.
Защищенный метод GetSqlServerVersionName Gets the version name of the instance of SQL Server with which the object is associated. (Наследуется из SqlSmoObject.)
Открытый метод GetStringComparer Gets an IComparer interface.
Защищенный метод GetStringParameter(StringBuilder, ScriptingOptions, String, String, Int32%) (Наследуется из SqlSmoObject.)
Защищенный метод GetStringParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) (Наследуется из SqlSmoObject.)
Защищенный метод GetTimeSpanParameterAsInt (Наследуется из SqlSmoObject.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод GetUrnRecursive(StringBuilder) (Наследуется из SqlSmoObject.)
Защищенный метод GetUrnRecursive(StringBuilder, UrnIdOption) (Наследуется из SqlSmoObject.)
Открытый метод Grant(ServerPermissionSet, String) Grants the specified set of permissions to the specified grantee on the instance of SQL Server.
Открытый метод Grant(ServerPermissionSet, array<String> [] () [] []) Grants the specified set of permissions to the specified grantees on the instance of SQL Server.
Открытый метод Grant(ServerPermissionSet, String, Boolean) Grants access to the specified permission to the grantee and the ability to grant access to other users on the instance of SQL Server.
Открытый метод Grant(ServerPermissionSet, array<String> [] () [] [], Boolean) Grants access to the specified permission to the grantees and the ability to grant access to other users on the instance of SQL Server.
Открытый метод Grant(ServerPermissionSet, 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 instance of SQL Server under an assumed role.
Открытый метод Grant(ServerPermissionSet, 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 instance of SQL Server 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.)
Открытый метод IsDetachedPrimaryFile Verifies whether the specified file is a primary (.mdf) database file.
Защищенный метод IsObjectDirty Verifies whether the object properties have been modified and the changes have not yet been persisted on the instance of SQL Server. (Наследуется из SqlSmoObject.)
Защищенный метод 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.)
Открытый метод IsWindowsGroupMember Verifies whether the specified Microsoft Windows user account is a member of the specified Windows group.
Открытый метод KillAllProcesses Stops the all processes on the specified database.
Открытый метод KillDatabase Deletes the specified database and drops any active connection.
Открытый метод KillProcess Stops the specified process.
Защищенный метод MarkDropped (Наследуется из SqlSmoObject.)
Защищенный метод MarkForDropImpl (Наследуется из SqlSmoObject.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод PingSqlServerVersion(String) Gets the version number of the instance of SQL Server.
Открытый метод PingSqlServerVersion(String, String, String) Get the version number of the specified instance of SQL Server using the specified login and password to gain access.
Защищенный метод PostAlter (Наследуется из SqlSmoObject.)
Защищенный метод PostCreate (Наследуется из SqlSmoObject.)
Защищенный метод PostDrop (Наследуется из SqlSmoObject.)
Открытый метод ReadErrorLog() () () () Enumerates the SQL Server error log.
Открытый метод ReadErrorLog(Int32) Enumerates the specified SQL Server error log.
Открытый метод Refresh Refreshes the objects and properties on the Server object. (Перезаписывает SqlSmoObject. . :: . .Refresh() () () ().)
Открытый метод Revoke(ServerPermissionSet, String) Revokes a previously granted set of permissions from a list of grantees on the instance of SQL Server.
Открытый метод Revoke(ServerPermissionSet, array<String> [] () [] []) Revokes a previously granted set of permissions from a list of grantees on the instance of SQL Server.
Открытый метод Revoke(ServerPermissionSet, String, Boolean, Boolean) Revokes previously granted permissions from a grantee on the instance of SQL Server 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(ServerPermissionSet, array<String> [] () [] [], Boolean, Boolean) Revokes previously granted permissions from grantees on the instance of SQL Server 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(ServerPermissionSet, String, Boolean, Boolean, String) Revokes previously granted permissions from a grantee on the instance of SQL Server 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(ServerPermissionSet, array<String> [] () [] [], Boolean, Boolean, String) Revokes previously granted permissions from grantees on the instance of SQL Server 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() () () ()
Открытый метод Script(ScriptingOptions)
Защищенный метод ScriptAlter (Наследуется из SqlSmoObject.)
Защищенный метод ScriptCreate (Наследуется из SqlSmoObject.)
Защищенный метод ScriptDdl (Наследуется из SqlSmoObject.)
Защищенный метод ScriptDrop (Наследуется из SqlSmoObject.)
Защищенный метод ScriptImpl() () () () (Наследуется из SqlSmoObject.)
Защищенный метод ScriptImpl(ScriptingOptions) (Наследуется из SqlSmoObject.)
Защищенный метод ScriptImplWorker (Наследуется из SqlSmoObject.)
Открытый метод SetDefaultInitFields(Boolean) Specifies that all properties are fetched when objects are instantiated.
Открытый метод SetDefaultInitFields(Type, Boolean) Specifies all the properties are fetched when objects of the specified type are instantiated.
Открытый метод SetDefaultInitFields(Type, StringCollection) Specifies the properties that are fetched when objects of the specified type are instantiated.
Открытый метод SetDefaultInitFields(Type, array<String> [] () [] []) Specifies the properties that are fetched when objects of the specified type are instantiated.
Защищенный метод SetParentImpl (Наследуется из SqlSmoObject.)
Открытый метод SetTraceFlag Sets a trace flag.
Открытый метод ToString Returns a String that represents the referenced object. (Наследуется из SqlSmoObject.)
Защищенный метод TouchImpl (Наследуется из SqlSmoObject.)
Защищенный метод UnbindDefaultImpl (Наследуется из SqlSmoObject.)
Защищенный метод UnbindRuleImpl (Наследуется из SqlSmoObject.)
Открытый метод Validate (Наследуется из SmoObjectBase.)

В начало

Поля

  Имя Описание
Защищенное поле m_ExtendedProperties (Наследуется из SqlSmoObject.)

В начало

Свойства

  Имя Описание
Открытое свойство ActiveDirectory Gets information about the Active Directory settings for the instance of SQL Server.
Открытое свойство AuditLevel Gets or sets the AuditLevel property value.
Открытое свойство Audits Represents a collection of Audit objects. Each Audit object represents an audit log defined on the instance of SQL Server.
Открытое свойство BackupDevices Represents a collection of BackupDevice objects. Each BackupDevice object represents a backup device defined on the instance of SQL Server.
Открытое свойство BackupDirectory Gets or sets the BackupDirectory property value.
Открытое свойство BrowserServiceAccount Gets the service account that the Browser service runs under on the instance of SQL Server.
Открытое свойство BrowserStartMode Gets the start mode for the SQL Server Browser Service running on the instance of SQL Server.
Открытое свойство BuildClrVersion Gets the BuildClrVersion property value.
Открытое свойство BuildClrVersionString Gets the BuildClrVersionString property value.
Открытое свойство BuildNumber Gets the BuildNumber property value.
Открытое свойство Collation Gets the Collation property value.
Открытое свойство CollationID Gets the CollationID property value.
Открытое свойство ComparisonStyle Gets the ComparisonStype property value.
Открытое свойство ComputerNamePhysicalNetBIOS Gets the ComputerNamePhysicalNetBIOS property value.
Открытое свойство Configuration Gets the configuration options for the instance of SQL Server.
Открытое свойство ConnectionContext Gets the current server connection details for the instance of SQL Server.
Открытое свойство Credentials Represents a collection of Credential objects. Each Credential object represents a credential defined on the instance of SQL Server.
Открытое свойство CryptographicProviders Gets the CryptographicProviders property value.
Открытое свойство Databases Represents a collection of Database objects. Each Database object represents a database defined on the instance of SQL Server.
Открытое свойство DefaultFile Gets or sets the DefaultFile property value.
Открытое свойство DefaultLog Gets or sets the DefaultLog property value.
Открытое свойство DefaultTextMode Gets or sets the Boolean property value that specifies whether the default text mode is set for the instance of SQL Server.
Открытое свойство Edition Gets the Edition property value.
Открытое свойство Endpoints Represents a collection of Endpoint objects. Each Endpoint object represents an endpoint defined on the instance of SQL Server.
Открытое свойство EngineEdition Gets the EngineEdition property value.
Открытое свойство ErrorLogPath Gets the ErrorLogPath property value.
Открытое свойство Events Gets the server events that are associated with the instance of SQL Server.
Защищенное свойство ExecuteForScalar Gets or sets the Boolean property value that specifies whether the object is set to the execute for scalar option. (Наследуется из SqlSmoObject.)
Открытое свойство FilestreamLevel
Открытое свойство FilestreamShareName
Открытое свойство FullTextService Gets the Microsoft Search Full-Text service implementation for the instance of SQL Server.
Открытое свойство Information Gets information about the instance of SQL Server.
Открытое свойство InstallDataDirectory Gets the local Windows directory where the installation data is stored for the instance of SQL Server.
Открытое свойство InstallSharedDirectory Gets the remote shared directory where the installation data is stored for the instance of SQL Server.
Открытое свойство InstanceName Gets the instance name of the instance of SQL Server. 
Открытое свойство IsCaseSensitive Gets the IsCaseSensitive property value.
Открытое свойство IsClustered Gets the IsClustered property value.
Открытое свойство IsFullTextInstalled
Открытое свойство IsSingleUser Gets the IsSingleUser property value.
Защищенное свойство IsTouched Gets the Boolean property value that specifies whether the object properties have been updated but not yet persisted on the server. (Наследуется из SqlSmoObject.)
Открытое свойство JobServer Gets the SQL Server Agent associated with the instance of SQL Server.
Открытое свойство Language Gets the Language property value.
Открытое свойство Languages Represents a collection of Language objects. Each Language object represents an languages supported by the instance of SQL Server.
Открытое свойство LinkedServers Represents a collection of LinkedServer objects. Each LinkedServer object represents a linked server registered on the instance of SQL Server.
Открытое свойство LoginMode Gets or sets the ServerLoginMode property value.
Открытое свойство Logins Represents a collection of Login objects. Each Login object represents a login defined on the instance of SQL Server.
Открытое свойство Mail Gets the Microsoft SQL Mail service associated with the instance of SQL Server.
Открытое свойство MailProfile Gets or sets the MailProfile property value.
Открытое свойство MasterDBLogPath Get the MasterDBLogPath property value.
Открытое свойство MasterDBPath Gets the MasterDBPath property value.
Открытое свойство MaxPrecision Gets the MaxPrecision property value.
Открытое свойство Name Gets the name of the server, which is the physical machine name.
Открытое свойство NamedPipesEnabled Gets the Boolean value that specifies whether Named Pipes provider is enabled for client-server connectivity on the instance of SQL Server.
Открытое свойство NetName Gets the NetName property value.
Открытое свойство NumberOfLogFiles Gets or sets the NumberOfLogFiles property value.
Защищенное свойство 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.)
Открытое свойство OleDbProviderSettings Gets the DbProviderSettings property value.
Открытое свойство OSVersion Gets the OSVersion property value.
Открытое свойство PerfMonMode Gets or sets the PerfMonMode property value.
Открытое свойство PhysicalMemory Gets the PhysicalMemory property value.
Открытое свойство Platform Gets the Platform property value.
Открытое свойство Processors Gets the Processors property value.
Открытое свойство Product Gets the Product property value.
Открытое свойство ProductLevel Gets the ProductLevel property value.
Открытое свойство Properties Gets a collection of Property objects that represent the object properties. (Наследуется из SqlSmoObject.)
Открытое свойство ProxyAccount Gets the proxy account associated with the instance of SQL Server.
Открытое свойство ResourceGovernor Gets the ResourceGovernor property value.
Открытое свойство ResourceLastUpdateDateTime Gets the ResourceLastUpdateDateTime property value.
Открытое свойство ResourceVersion Gets the ResourceVersion property.
Открытое свойство ResourceVersionString Gets the ResouceVersionString property value.
Открытое свойство Roles Represents a collection of ServerRole objects. Each ServerRole object represents a role defined on the instance of SQL Server.
Открытое свойство RootDirectory Gets the RootDirectory property value.
Защищенное свойство ScalarResult Gets the scalar result for the referenced object. (Наследуется из SqlSmoObject.)
Открытое свойство ServerAuditSpecifications
Открытое свойство ServerType Gets the server type for the instance of SQL Server.
Открытое свойство ServiceAccount Gets the service account under which the instance of SQL Server is running.
Открытое свойство ServiceInstanceId Gets the ID value that uniquely identifies the service instance for this instance of SQL Server.
Открытое свойство ServiceMasterKey Gets the service master key associated with the instance of SQL Server.
Открытое свойство ServiceName
Открытое свойство ServiceStartMode
Открытое свойство Settings Gets modifiable settings for the instance of SQL Server.
Открытое свойство SqlCharSet Gets the SqlCharSet property value.
Открытое свойство SqlCharSetName Gets the SqlCharSetName property value.
Открытое свойство SqlDomainGroup
Открытое свойство SqlSortOrder Gets the SqlSortOrder property value.
Открытое свойство SqlSortOrderName Gets the SqlSortOrderName property value.
Открытое свойство State Gets the state of the referenced object. (Наследуется из SmoObjectBase.)
Открытое свойство Status
Открытое свойство SystemDataTypes Represents a collection of SystemDataType objects. Each SystemDataType object represents a system data type defined on the instance of SQL Server.
Открытое свойство SystemMessages Represents a collection of SystemMessage objects. Each SystemMessage object represents a system message defined on the instance of SQL Server.
Открытое свойство TapeLoadWaitTime Gets or sets the TapeLoadWaitTime property value.
Открытое свойство TcpEnabled
Открытое свойство Triggers Represents a collection of ServerDdlTrigger objects. Each ServerDdlTrigger object represents a server data definition language (DDL) trigger that is defined on the instance of SQL Server.
Открытое свойство Urn Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (Наследуется из SqlSmoObject.)
Открытое свойство UserData Gets or sets user-defined data associated with the referenced object. (Наследуется из SmoObjectBase.)
Открытое свойство UserDefinedMessages Represents a collection of UserDefinedMessage objects. Each UserDefinedMessage object represents a user-defined message defined on the instance of SQL Server.
Открытое свойство UserOptions Gets the user options for the current connection to the instance of SQL Server.
Открытое свойство Version Gets the Version property value.
Открытое свойство VersionMajor Gets the VersionMajor property value.
Открытое свойство VersionMinor Gets the VersionMinor property value.
Открытое свойство VersionString Gets the VersionString property value.

В начало

События

  Имя Описание
Открытое событие PropertyChanged (Наследуется из SqlSmoObject.)
Открытое событие PropertyMetadataChanged (Наследуется из SqlSmoObject.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IAlienObjectDiscover (Наследуется из SqlSmoObject.)
Явная реализация интерфейсаЗакрытый метод IAlienObjectGetParent (Наследуется из SqlSmoObject.)
Явная реализация интерфейсаЗакрытый метод IAlienObjectGetProperty (Наследуется из SqlSmoObject.)
Явная реализация интерфейсаЗакрытый метод ISfcPropertyProviderGetPropertySet (Наследуется из SqlSmoObject.)
Явная реализация интерфейсаЗакрытый метод IAlienObjectGetUrn (Наследуется из SqlSmoObject.)
Явная реализация интерфейсаЗакрытый метод IAlienObjectResolve (Наследуется из SqlSmoObject.)
Явная реализация интерфейсаЗакрытый метод IAlienObjectSetProperty (Наследуется из SqlSmoObject.)
Явная реализация интерфейсаЗакрытый метод IAlienRootSfcHelper_GetDataTable
Явная реализация интерфейсаЗакрытый метод IAlienRootSfcHelper_GetSmoObject
Явная реализация интерфейсаЗакрытый метод IAlienRootSfcHelper_GetSmoObjectQuery

В начало