DacActionValidator.ValidateForInstall Method
Include Protected Members
Include Inherited Members
Validates that the requirements of a DAC install action are in place.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ValidateForInstall(ServerConnection, DacType) | Validates that the specified instance of the Database Engine meets requirements for installing the specified DAC type. | |
ValidateForInstall(SqlStoreConnection, DacType) | Obsolete. Validates that the specified instance of the Database Engine meets requirements for installing the specified DAC type. | |
ValidateForInstall(ServerConnection, DacType, Boolean) | Validates that the specified instance of the Database Engine meets requirements for installing the specified DAC type. | |
ValidateForInstall(SqlStoreConnection, DacType, Boolean) | Obsolete. 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. |
Top