Share via


BeginImportOrganizationRequest Members

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

Contains the data that is needed to begin the asynchronous operation to import an organization.

The following tables list the members exposed by the BeginImportOrganizationRequest type.

Public Constructors

  Name Description
  BeginImportOrganizationRequest Initializes a new instance of the BeginImportOrganizationRequest class.

Top

Public Properties

  Name Description
public property DatabaseName Gets or sets the database name for the organization. Required.
public property ExtensionData  Gets or sets the structure that contains extra data. (inherited from DeploymentServiceRequest)
public property FriendlyName Gets or sets the sets display name, or long name, of the organization database. Optional.
public property SqlServerName Gets or sets the name of the Microsoft SQL Server where the Microsoft Dynamics CRM organization database is located. Required.
public property SrsUrl Gets or sets the URL of the Microsoft SQL Server on which the Microsoft Dynamics CRM Connector for SQL Server Reporting Services is installed. Required.
public property UniqueName Gets or sets the unique name for the organization. Optional.
public property UserMappingMethod Gets or sets the mapping method to use to map user accounts from the original server to the new server. Optional.
public property UserMappingXml Gets or sets the XML user account mapping rules. Optional.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

BeginImportOrganizationRequest Class
Microsoft.Xrm.Sdk.Deployment Namespace
BeginImportOrganizationResponse

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.