หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Opens the database master key by using the specified password.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
'Declaration
Public Sub Open ( _
password As String _
)
public void Open (
string password
)
public:
void Open (
String^ password
)
public void Open (
String password
)
public function Open (
password : String
)
- password
A String value that specifies the password with which to decrypt the master key.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
How to: Use an SMO Method with a Parameter in Visual Basic .NET
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.
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
MasterKey Class
MasterKey Members
Microsoft.SqlServer.Management.Smo Namespace