Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Detaches a database with a specified password.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Detach ( _
password As String _
)
'Usage
Dim instance As Database
Dim password As String
instance.Detach(password)
public void Detach(
string password
)
public:
void Detach(
String^ password
)
member Detach :
password:string -> unit
public function Detach(
password : String
)
Parameters
- password
Type: System.String
The password to detach the database.