共用方式為


Database.Detach 方法 (String)

Detaches a database with a specified password.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Sub Detach ( _
    password As String _
)
'用途
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
)

參數

  • password
    型別:System.String
    The password to detach the database.

請參閱

參考

Database 類別

Detach 多載

Microsoft.AnalysisServices 命名空間