Método Login.Create
Incluir membros protegidos
Incluir membros herdados
Creates a login account on the instance of SQL Server as defined by the Login object.
Esse membro está sobrecarregado. Para obter informações mais completas sobre esse membro, incluindo sintaxe, uso e exemplos, clique em um nome na lista de sobrecarga.
Lista de sobrecargas
Nome | Descrição | |
---|---|---|
Create() | Creates a login account on the instance of SQL Server as defined by the Login object. | |
Create(SecureString) | Creates a login account on the instance of SQL Server as defined by the Login object. | |
Create(String) | Creates a login account on the instance of SQL Server as defined by the Login object. | |
Create(SecureString, LoginCreateOptions) | Creates a login account on the instance of SQL Server as defined by the Login object. | |
Create(String, LoginCreateOptions) | Creates a login account on the instance of SQL Server as defined by the Login object. |
Início