Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Sets the credentials required by the instance of Microsoft SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub SetCredentials ( _
username As String, _
password As String _
)
'Usage
Dim instance As ServerEvents
Dim username As String
Dim password As String
instance.SetCredentials(username, password)
public void SetCredentials(
string username,
string password
)
public:
void SetCredentials(
String^ username,
String^ password
)
member SetCredentials :
username:string *
password:string -> unit
public function SetCredentials(
username : String,
password : String
)
Parameters
- username
Type: System.String
A String value that specifies the login account name.
- password
Type: System.String
A String value that specifies the password for the login.