다음을 통해 공유


DacServices.Unregister 메서드

Removes DAC registration information for the specified target database.

네임스페이스:  Microsoft.SqlServer.Dac
어셈블리:  Microsoft.SqlServer.Dac(Microsoft.SqlServer.Dac.dll)

구문

‘선언
Public Sub Unregister ( _
    targetDatabaseName As String _
)
‘사용 방법
Dim instance As DacServices 
Dim targetDatabaseName As String

instance.Unregister(targetDatabaseName)
public void Unregister(
    string targetDatabaseName
)
public:
void Unregister(
    String^ targetDatabaseName
)
member Unregister : 
        targetDatabaseName:string -> unit
public function Unregister(
    targetDatabaseName : String
)

매개 변수

  • targetDatabaseName
    유형: System.String
    Name of the database for which to remove registration information.

예외

예외 조건
ArgumentException

targetDatabaseName

참고 항목

참조

DacServices 클래스

Microsoft.SqlServer.Dac 네임스페이스