Share via


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 네임스페이스