Instance.Repair Method (String, String, String)

Repairs the metadata in system databases for the specified instance. Use this method if the instance is registered locally.

命名空間: Microsoft.SqlServer.Management.Nmo
組件: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

語法

'宣告
Public Shared Sub Repair ( _
    instanceName As String, _
    databaseName As String, _
    schemaName As String _
)
public static void Repair (
    string instanceName,
    string databaseName,
    string schemaName
)
public:
static void Repair (
    String^ instanceName, 
    String^ databaseName, 
    String^ schemaName
)
public static void Repair (
    String instanceName, 
    String databaseName, 
    String schemaName
)
public static function Repair (
    instanceName : String, 
    databaseName : String, 
    schemaName : String
)

參數

  • instanceName
    The name of the instance of Notification Services for which the metadata information needs to be repaired.
  • databaseName
    The name of the instance database. This value is provided in the instance configuration when creating or updating the instance.
  • schemaName
    The name of the database schema for instance data. This value is provided in the instance configuration when creating or updating the instance.

備註

When you create an instance of Notification Services, information about the instance is recorded in the msdb database. A public view called msdb.NS90.NSInstances is provided over this table, which is used to discover instances on the server.

If you attach a database that contains instance or application data to a server, such as when you rebuild a server or move an instance of Notification Services, the metadata in msdb does not contain information about the instance. As a result, certain functions of Microsoft SQL Server Management Studio, the nscontrol command-prompt utility, and Notification Services Management Objects (NMO) may not work as expected.

This method attempts to obtain the server name of the Database Engine instance from the registry. If the instance is not registered locally, use the Repair(String,String,String,String) method overload.

For more information, see the Repair overload.

執行緒安全性

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

其他資源

nscontrol repair 命令