Create 方法 (String)

Creates a login account on the instance of SQL Server as defined by the Login object.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub Create ( _
    password As String _
)
用法
Dim instance As Login
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
)

参数