DacActionValidator 클래스
Validates that the requirements of the DAC action (install, upgrade, or uninstall) are in place.
상속 계층
System. . :: . .Object
Microsoft.SqlServer.Management.Dac..::..DacActionValidator
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public NotInheritable Class DacActionValidator
‘사용 방법
public static class DacActionValidator
public ref class DacActionValidator abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DacActionValidator = class end
public final class DacActionValidator
DacActionValidator 유형에서 다음 멤버를 표시합니다.
메서드
이름 | 설명 | |
---|---|---|
ValidateForInstall(ServerConnection, DacType) | Validates that the specified instance of the Database Engine meets requirements for installing the specified DAC type. | |
ValidateForInstall(SqlStoreConnection, DacType) | 더 이상 사용되지 않습니다. 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) | 더 이상 사용되지 않습니다. 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. | |
ValidateForUninstall | Validates that the specified instance of the Database Engine meets requirements for deleting the specified DAC isntance. | |
ValidateForUpgrade(DacInstance, DacInstance) | Validates that the specified installed DAC instance and it's host instance of the Database Engine meet the requirements for upgrading the installed DAC instance to a new version of the same DAC type. | |
ValidateForUpgrade(DacInstance, DacInstance, Boolean) | Validates that the specified installed DAC instance and it's host instance of the Database Engine meet the requirements for upgrading the installed DAC instance to a new version of the same DAC type. |
맨 위로 이동
주의
The DacAction class verifies conditions such as having a valid connection to an instance of the Database Engine and that the current login has sufficient permissions. For an upgrade or uninstall, it also verifies that the current DAC instance can support the action.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.