Unmanage 메서드
인스턴스에 연결된 데이터베이스에 영향을 주지 않고 DAC 인스턴스를 삭제합니다.
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public Sub Unmanage ( _
instanceName As String _
)
‘사용 방법
Dim instance As DacStore
Dim instanceName As String
instance.Unmanage(instanceName)
public void Unmanage(
string instanceName
)
public:
void Unmanage(
String^ instanceName
)
member Unmanage :
instanceName:string -> unit
public function Unmanage(
instanceName : String
)
매개 변수
- instanceName
유형: System. . :: . .String
삭제할 DAC 인스턴스 이름을 지정하는 String 값입니다.
주의
The operation of this method is the same as that of the Uninstall method when MakeUnmanaged is specified for the DacUninstallMode parameter.