Compartir a través de


User.Create Método (String)

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Create ( _
    password As String _
)
'Uso
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
)

Parámetros

Vea también

Referencia

User Clase

Sobrecarga de Create

Espacio de nombres Microsoft.SqlServer.Management.Smo