RegisteredServer Members
Include Protected Members
Include Inherited Members
The RegisteredServer class represents a SQL Server registered server.
The RegisteredServer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
RegisteredServer() | Initializes a new instance of the RegisteredServer class. |
![]() |
RegisteredServer(String) | Initializes a new instance of the RegisteredServer class that has the specified name. |
![]() |
RegisteredServer(ServerGroup, String) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Alter() | Updates any RegisteredServer object property changes on the instance of SQL Server. |
![]() |
AlterImpl() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
CheckObjectCreated() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
CheckObjectState() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
Create() | Creates a registered server on the instance of SQL Server as defined by the RegisteredServer object. |
![]() |
CreateIdentityKey() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
CreateImpl() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
Discover(ISfcDependencyDiscoveryObjectSink) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
Drop() | Drops the registered server. |
![]() |
DropImpl() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Export(String, CredentialPersistenceType) | Exports the registered server to the specified file and using the given credential persistence type. |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetChildCollection(String) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
GetConnectionObject() | Returns the SFC interface object that represents the connection to the instance of SQL Server. |
![]() |
GetDomain() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() ![]() |
GetObjectFactory() | Returns the SFC object factory for the RegisteredServer object. |
![]() |
GetPropertySet() | Returns the set of properties for the SfcInstance object. (Inherited from SfcInstance.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
GetTypeMetadataImpl() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
InitializeUIPropertyState() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
MarkForDropImpl(Boolean) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
MarkRootAsConnected() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
Move(ServerGroup) | |
![]() |
MoveImpl(SfcInstance) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
OnPropertyMetadataChanges(SfcPropertyMetadataChangedEventArgs) | Invoked whenever the effective value of any SfcInstance metadata is updated. (Inherited from SfcInstance.) |
![]() |
OnPropertyValueChanges(PropertyChangedEventArgs) | Invoked whenever the effective value of any SfcInstance property is updated. (Inherited from SfcInstance.) |
![]() |
PostAlter(Object) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
PostCreate(Object) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
PostDrop(Object) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
PostMove(Object) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
PostRename(Object) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
Refresh() | Refreshes the object's properties by reading them from the server. (Inherited from SfcInstance.) |
![]() |
Rename(SfcKey) | |
![]() |
Rename(String) | Renames the RegisteredServer object by using the specified name. |
![]() |
RenameImpl(SfcKey) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
ResetKey() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
Serialize(XmlWriter) | Serializes the instance to XML. (Inherited from SfcInstance.) |
![]() |
ToString() | Returns a string representation of the instance Urn. (Inherited from SfcInstance.) |
![]() |
UpdateUIPropertyState() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
Validate() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
Validate(String, array<Object[]) | Validates the RegisteredServer object against the specified method and arguments. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
AbstractIdentityKey() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
ConnectionString | Gets or sets the connection string that is used to connect to the instance of SQL Server. |
![]() |
ConnectionStringWithEncryptedPassword | Gets the connection string that is used to connect to the instance of SQL Server that has the encrypted password. |
![]() |
CredentialPersistenceType | Gets or sets how the logins and passwords are persisted on the registered server. |
![]() |
CustomConnectionColorArgb | |
![]() |
Description | Gets the name of the registered server. |
![]() |
ID | Gets the ID value that uniquely identifies the registered server. |
![]() |
IdentityKey | Gets the key value that uniquely identifies the registered server. |
![]() |
IsDropped | Gets the Boolean value that specifies whether the registered server has been dropped or not. |
![]() |
IsLocal | Gets the Boolean value that specifies whether the registered server is local or not. |
![]() |
Metadata() | Returns metadata about the instance and its domain. (Inherited from SfcInstance.) |
![]() |
Name | Gets the name of the registered server key. |
![]() |
Parent | Gets the parent of the RegisteredServer object. |
![]() |
Properties() | Returns a collection instance properties. (Inherited from SfcInstance.) |
![]() |
PropertyStorageProvider() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
SecureConnectionString | Gets or sets the secure string that is used to connect to the instance of SQL Server. |
![]() |
ServerName | Gets or sets the name of the server that is associated with the registered server. |
![]() |
ServerType | Gets or the kind of server that is associated with the registered server. |
![]() |
State() | Returns the state of the SfcInstance object. (Inherited from SfcInstance.) |
![]() |
Urn() | Returns the uniform resource name of the SfcInstance object. (Inherited from SfcInstance.) |
![]() |
UseCustomConnectionColor |
Top
Events
| Name | Description | |
|---|---|---|
![]() |
propertyChanged() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
PropertyChanged() | CLS-compliant event for property changes. (Inherited from SfcInstance.) |
![]() |
propertyMetadataChanged() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) |
![]() |
PropertyMetadataChanged() | CLS-compliant event for property metadata changes. (Inherited from SfcInstance.) |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
ISfcMovableMove(SfcInstance) | |
![]() ![]() |
ISfcAlterableScriptAlter() | |
![]() ![]() |
ISfcCreatableScriptCreate() | |
![]() ![]() |
ISfcDroppableScriptDrop() | |
![]() ![]() |
ISfcMovableScriptMove(SfcInstance) | |
![]() ![]() |
ISfcRenamableScriptRename(SfcKey) |
Top
See Also
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)