SqlPrimaryServerRequest
public class SqlPrimaryServerRequest : IHaveFriendlyName, IHaveIsVisible, IHaveStatus, IHaveBcpPath, IHaveWorkspaceUpgradeLimit, IHaveKeywordsAndNotes
Represents a request for updating a primary sql server.
Gets or sets BCP of the primary sql server.
Gets or sets friendly name of the primary sql server.
Gets or sets a boolean value representing whether this primary sql server should be available for selection while creating a workspace.
Gets or sets any keywords associated with the resource server.
Gets or sets an optional description or other information about the resource server.
Gets or sets the status of the primary sql server.
Gets or sets workspace upgrade limit.
public SqlPrimaryServerRequest()
Initializes an instance of a primary sql server with all properties set to their default values
Initializes an instance of a primary sql server with a response object, which is useful for chaining commands.
Allows a response object to be implicitly converted to a request object.