Método Login.Create (String)
Creates a login account on the instance of SQL Server as defined by the Login object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub Create ( _
password As String _
)
'Uso
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
)
Parâmetros
- password
Tipo: System.String
String
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo