CodeAnalysisServiceFactory Methods
Updated: April 20, 2017
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | CreateAnalysisService(SqlServerVersion) | Creates an analysis service with the standard properties and all rules turned on by default. |
![]() | CreateAnalysisService(SqlServerVersion, CodeAnalysisServiceSettings^) | Creates an analysis service and configures it using the settings passed to the method. The settings are a convenient way to set up the service in one step, but if you wish to specify some settings after creating the service this is possible via methods and properties on the CodeAnalysisService itself. |
![]() | CreateAnalysisService(TSqlModel^) | Creates an analysis service with the standard properties and all rules turned on by default. This is a convenience method that takes the Version from the model and passes it to the CreateAnalysisService method. |
![]() | CreateAnalysisService(TSqlModel^, CodeAnalysisServiceSettings^) | Creates an analysis service and configures it using the settings passed to the method. The settings are a convenient way to set up the service in one step, but if you wish to specify some settings after creating the service this is possible via methods and properties on the CodeAnalysisService itself. This is a convenience method that takes the Version from the model and passes it to the CreateAnalysisService method. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
