DacActionValidator.ValidateForInstall Method (SqlStoreConnection, DacType)

Note: This API is now obsolete.

Validates that the specified instance of the Database Engine meets requirements for installing the specified DAC type.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
<ObsoleteAttribute> _
Public Shared Function ValidateForInstall ( _
    connection As SqlStoreConnection, _
    dacType As DacType _
) As DeploymentValidationException
'Usage
Dim connection As SqlStoreConnection
Dim dacType As DacType
Dim returnValue As DeploymentValidationException

returnValue = DacActionValidator.ValidateForInstall(connection, _
    dacType)
[ObsoleteAttribute]
public static DeploymentValidationException ValidateForInstall(
    SqlStoreConnection connection,
    DacType dacType
)
[ObsoleteAttribute]
public:
static DeploymentValidationException^ ValidateForInstall(
    SqlStoreConnection^ connection, 
    DacType^ dacType
)
[<ObsoleteAttribute>]
static member ValidateForInstall : 
        connection:SqlStoreConnection * 
        dacType:DacType -> DeploymentValidationException 
public static function ValidateForInstall(
    connection : SqlStoreConnection, 
    dacType : DacType
) : DeploymentValidationException

Parameters

Return Value

Type: Microsoft.SqlServer.Management.Dac.DeploymentValidationException
Returns null if the validation was successful. Otherwise, returns a DeploymentValidationException object reporting the issues encountered.

Remarks

The ValidateForInstall method verifies conditions such as having a valid connection to an instance of the Database Engine and that the current login has sufficient permissions.