Partager via


Méthode ValidateForInstall (SqlStoreConnection, DacType, Boolean)

Remarque : cette API est désormais obsolète.

Validates that the specified connection credentials meet the requirements for installing the specified DAC type, and, optionally, whether the instance of the Database Engine meets the requirements.

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute> _
Public Shared Function ValidateForInstall ( _
    connection As SqlStoreConnection, _
    dacType As DacType, _
    skipServerValidation As Boolean _
) As DeploymentValidationException
'Utilisation
Dim connection As SqlStoreConnection
Dim dacType As DacType
Dim skipServerValidation As Boolean
Dim returnValue As DeploymentValidationException

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

Paramètres

Valeur de retour

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

Notes

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.