RegisteredServersStore Class
The RegisteredServerStore class represents a registered server store.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.RegisteredServers.ServerGroupParent
Microsoft.SqlServer.Management.RegisteredServers.RegisteredServersStore
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public NotInheritable Class RegisteredServersStore _
Inherits ServerGroupParent _
Implements ISfcDomain, ISfcDomainLite, ISfcHasConnection
'Usage
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
The RegisteredServersStore type exposes the following members.
Constructors
Name | Description | |
---|---|---|
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. |
Top
Properties
Name | Description | |
---|---|---|
AbstractIdentityKey | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from 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 Database Engine server group. | |
DatabaseEngineServerGroupName | Gets a string value that contains the name of the Database Engine 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. (Inherited from SfcInstance.) | |
Parent | Gets or sets the instance parent via the keychain. (Inherited from SfcInstance.) | |
Properties | Returns a collection instance properties. (Inherited from 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. (Inherited from SfcInstance.) | |
Urn | Returns the uniform resource name of the SfcInstance object. (Inherited from SfcInstance.) |
Top
Methods
Name | Description | |
---|---|---|
CreateIdentityKey | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) | |
Discover | Discovers dependencies on objects in the dependency sink. (Overrides SfcInstance.Discover(ISfcDependencyDiscoveryObjectSink).) | |
Equals | (Inherited from Object.) | |
GetChildCollection | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) | |
GetDomain | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) | |
GetExecutionEngine | Gets an execution engine object. | |
GetHashCode | (Inherited from Object.) | |
GetKey | Gets the key associated with the Unique Resource Name (URN) fragment. | |
GetPropertySet | Returns the set of properties for the SfcInstance object. (Inherited from SfcInstance.) | |
GetType() | (Inherited from 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. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) | |
InitializeUIPropertyState | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) | |
OnPropertyMetadataChanges | Invoked whenever the effective value of any SfcInstance metadata is updated. (Inherited from SfcInstance.) | |
OnPropertyValueChanges | Invoked whenever the effective value of any SfcInstance property is updated. (Inherited from SfcInstance.) | |
Refresh | Refreshes the object's properties by reading them from the server. (Inherited from SfcInstance.) | |
ReloadLocalFileStore | Reloads the file store for the Registered Server store. | |
ResetKey | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance.) | |
Serialize | Serializes the instance to XML. (Inherited from SfcInstance.) | |
ToString | Returns a string representation of the instance Urn. (Inherited from 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. |
Top
Events
Name | Description | |
---|---|---|
LocalFileStoreReloaded | An event that indicates the local file store has been reloaded. | |
PropertyChanged | CLS-compliant event for property changes. (Inherited from SfcInstance.) | |
PropertyMetadataChanged | CLS-compliant event for property metadata changes. (Inherited from SfcInstance.) |
Top
Fields
Name | Description | |
---|---|---|
ExceptionDelegates | Represents the delegate that is used to throw a registered servers store exception. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
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. |
Top
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.