Udostępnij za pośrednictwem


Metoda Login.Create (String)

Tworzy konto logowania na wystąpienie SQL Server określonych przez obiekt logowania.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Sub Create ( _
    password As String _
)
'Użycie
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
)

Parametry