Instance.Drop Method (String, String)
Deletes the named instance of Notification Services on the specified server.
네임스페이스: Microsoft.SqlServer.Management.Nmo
어셈블리: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
구문
‘선언
Public Shared Sub Drop ( _
serverName As String, _
instanceName As String _
)
public static void Drop (
string serverName,
string instanceName
)
public:
static void Drop (
String^ serverName,
String^ instanceName
)
public static void Drop (
String serverName,
String instanceName
)
public static function Drop (
serverName : String,
instanceName : String
)
매개 변수
- serverName
The name of the 데이터베이스 엔진 instance that hosts the Notification Services instance.
- instanceName
The name of the Notification Services instance to delete.
주의
The account used to drop the instance must have permission to drop databases. This includes membership in the dbcreator or sysadmin fixed server role.
When you delete an instance of Notification Services, you delete the database objects for the instance and its applications. If Notification Services created the databases, the databases are deleted. Otherwise, only the objects created by Notification Services in the instance and application schemas are deleted.
After you delete an instance, you should also unregister the instance, unless you are going to recreate the instance and want to use the same registry information.
Deleting the instance when some databases have open connections can leave the instance in an inconsistent state.
Make sure to stop the Notification Services engine components before deleting the instance.
스레드 보안
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
Instance Class
Instance Members
Microsoft.SqlServer.Management.Nmo Namespace
UnregisterLocal
관련 자료
Notification Services 인스턴스 시작 및 중지
Notification Services 인스턴스 삭제