RegisteredServersStore 类

The RegisteredServerStore class represents a SQL Server registered server store.

继承层次结构

System. . :: . .Object
  Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
    Microsoft.SqlServer.Management.RegisteredServers. . :: . .ServerGroupParent
      Microsoft.SqlServer.Management.RegisteredServers..::..RegisteredServersStore

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

语法

声明
Public NotInheritable Class RegisteredServersStore _
    Inherits ServerGroupParent _
    Implements ISfcDomain, ISfcDomainLite, ISfcHasConnection
用法
Dim instance As RegisteredServersStore
public sealed class RegisteredServersStore : ServerGroupParent, 
    ISfcDomain, ISfcDomainLite, ISfcHasConnection
public ref class RegisteredServersStore sealed : public ServerGroupParent, 
    ISfcDomain, ISfcDomainLite, ISfcHasConnection
[<SealedAttribute>]
type RegisteredServersStore =  
    class
        inherit ServerGroupParent
        interface ISfcDomain
        interface ISfcDomainLite
        interface ISfcHasConnection
    end
public final class RegisteredServersStore extends ServerGroupParent implements ISfcDomain, ISfcDomainLite, ISfcHasConnection

RegisteredServersStore 类型公开以下成员。

构造函数

  名称 说明
公共方法 RegisteredServersStore() () () () Initializes a new instance of the InvalidSqlServer2005StoreFormatException class.
公共方法 RegisteredServersStore(ServerConnection) Initializes a new instance of the InvalidSqlServer2005StoreFormatException class that has the specified shared registered servers connection.

页首

属性

  名称 说明
受保护属性 AbstractIdentityKey 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
公共属性 AnalysisServicesServerGroup Gets an object that represents an Analysis Services server group.
公共属性 AnalysisServicesServerGroupName Gets the name of an Analysis Services server group.
公共属性 CentralManagementServerGroup Gets an object that represents a central management server group.
公共属性 CentralManagementServerGroupName Gets the name of the central management server group.
公共属性静态成员 CentralManagementServersDisplayName Gets the display name of the central management server group.
公共属性 DatabaseEngineServerGroup Gets a 数据库引擎 server group.
公共属性 DatabaseEngineServerGroupName Gets a string value that contains the name of the 数据库引擎 server group.
公共属性 DisplayName Gets the display name of the registered servers store.
公共属性 DomainInstanceName Gets a string value that contains the domain instance name.
公共属性 DomainName Gets the name of a domain.
公共属性 IntegrationServicesServerGroup A ServerGroup object that specifies the Integration Services server group.
公共属性 IntegrationServicesServerGroupName Gets the name of an Integration Services server group.
公共属性 IsLocal Gets a Boolean value that indicates whether the registered server is local.
公共属性静态成员 LocalFileStore Gets the local file store location.
公共属性静态成员 LocalServerStoreDisplayName Gets the display name of the local server store.
公共属性 Metadata Returns metadata about the instance and its domain. (从 SfcInstance 继承。)
公共属性 Parent Gets or sets the instance parent via the keychain. (从 SfcInstance 继承。)
公共属性 Properties Returns a collection instance properties. (从 SfcInstance 继承。)
受保护属性 PropertyStorageProvider 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
公共属性 ReportingServicesServerGroup Gets an object that represents a Reporting Services server group
公共属性 ReportingServicesServerGroupName Gets a string value that contains the name of the Reporting Services server group.
公共属性 ServerConnection Gets a connection to an instance of the Database Engine.
公共属性 ServerGroups Represents a collection of ServerGroup objects. Each RegisteredServer object represents a server group on the registered server store.
公共属性 SqlServerCompactEditionServerGroup Gets an object representing a SQL Server Compact Edition server group.
公共属性 SqlServerCompactEditionServerGroupName Gets the name of a SQL Server Compact Edition server group.
受保护属性 State Returns the state of the SfcInstance object. (从 SfcInstance 继承。)
公共属性 Urn Returns the uniform resource name of the SfcInstance object. (从 SfcInstance 继承。)

页首

方法

  名称 说明
受保护方法 AlterImpl 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
受保护方法 CheckObjectCreated 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
受保护方法 CheckObjectState 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
受保护方法 CreateIdentityKey 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
受保护方法 CreateImpl 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
公共方法 Discover Discovers dependencies on objects in the dependency sink. (覆盖 SfcInstance. . :: . .Discover(ISfcDependencyDiscoveryObjectSink)。)
受保护方法 DropImpl 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
受保护方法 GetChildCollection 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
公共方法 GetDomain 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
公共方法 GetExecutionEngine Gets an execution engine object.
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetKey Gets the key associated with the Unique Resource Name (URN) fragment.
公共方法 GetPropertySet Returns the set of properties for the SfcInstance object. (从 SfcInstance 继承。)
公共方法 GetType() () () () (从 Object 继承。)
公共方法 GetType(String) Gets the type given the specified type name.
公共方法 GetTypeMetadata Gets the metadata of the type that has the specified type name.
受保护方法 GetTypeMetadataImpl Indicates the domains that override by returning the right TypeMetadata class directly. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
受保护方法 InitializeUIPropertyState 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
受保护方法 MarkForDropImpl Returns a value that indicates the existing objects to be dropped. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
受保护方法 MarkRootAsConnected 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
受保护方法 MoveImpl Indicates the new parent object to move in an instance. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
受保护方法 OnPropertyMetadataChanges Invoked whenever the effective value of any SfcInstance metadata is updated. (从 SfcInstance 继承。)
受保护方法 OnPropertyValueChanges Invoked whenever the effective value of any SfcInstance property is updated. (从 SfcInstance 继承。)
受保护方法 PostAlter 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
受保护方法 PostCreate Indicates the default implementor that creates the execution result. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
受保护方法 PostDrop 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
受保护方法 PostMove 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
受保护方法 PostRename 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
公共方法 Refresh Refreshes the object's properties by reading them from the server. (从 SfcInstance 继承。)
公共方法静态成员 ReloadLocalFileStore Reloads the file store for the Registered Server store.
受保护方法 RenameImpl 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
受保护方法 ResetKey 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
公共方法 Serialize Serializes the instance to XML. (从 SfcInstance 继承。)
公共方法 ToString Returns a string representation of the instance Urn. (从 SfcInstance 继承。)
受保护方法 UpdateUIPropertyState 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
公共方法 UpgradeFromSqlServer2005 Upgrades the Registered Server store from SQL Server 2005.
公共方法 UseSfcStateManagement Determines whether the SFC state management is enabled on the Registered Server store.
受保护方法 Validate Indicates the basic child object's validation. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)

页首

事件

  名称 说明
公共事件静态成员 LocalFileStoreReloaded An event that indicates the local file store has been reloaded.
受保护事件 propertyChanged 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
公共事件 PropertyChanged CLS-compliant event for property changes. (从 SfcInstance 继承。)
受保护事件 propertyMetadataChanged 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。)
公共事件 PropertyMetadataChanged CLS-compliant event for property metadata changes. (从 SfcInstance 继承。)

页首

字段

  名称 说明
公共字段静态成员 ExceptionDelegates Represents the delegate that is used to throw a registered servers store exception.

页首

显式接口实现

  名称 说明
显式接口实现私有方法 ISfcDomainLite. . :: . .GetLogicalVersion Gets the logical version number of a domain.
显式接口实现私有属性 ISfcHasConnection. . :: . .ConnectionContext Gets the details of a connection to an instance of the database engine.
显式接口实现私有方法 ISfcHasConnection. . :: . .GetConnection() () () () Gets a connection of the ISfcConnection object. This class cannot be inherited.
显式接口实现私有方法 ISfcHasConnection. . :: . .GetConnection(SfcObjectQueryMode) Gets a connection of the given SfcObjectQueryModeparameter. This class cannot be inherited.
显式接口实现私有方法 ISfcHasConnection. . :: . .SetConnection Sets a connection. This class cannot be inherited.

页首

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

Thread Safety

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

线程安全

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