共用方式為


User.Create 方法 (String)

Creates a database user on the instance of SQL Server as defined by the User object with specified password.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub Create ( _
    password As String _
)
'用途
Dim instance As User 
Dim password As String

instance.Create(password)
public void Create(
    string password
)
public:
void Create(
    String^ password
)
member Create : 
        password:string -> unit
public function Create(
    password : String
)

參數

請參閱

參考

User 類別

Create 多載

Microsoft.SqlServer.Management.Smo 命名空間