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.