JobServer.SetMsxAccount Yöntemi (String, String)
Oturum açmak için kullandığınız kimlik bilgileri adını ayarlar ana sunucu , çok sunuculu yönetim.
Ad Alanı: Microsoft.SqlServer.Management.Smo.Agent
Derleme: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)
Sözdizimi
'Bildirim
Public Sub SetMsxAccount ( _
account As String, _
password As String _
)
'Kullanım
Dim instance As JobServer
Dim account As String
Dim password As String
instance.SetMsxAccount(account, password)
public void SetMsxAccount(
string account,
string password
)
public:
void SetMsxAccount(
String^ account,
String^ password
)
member SetMsxAccount :
account:string *
password:string -> unit
public function SetMsxAccount(
account : String,
password : String
)
Parametreler
- account
Tür: System.String
A String belirten değeri SQL Server kimlik doğrulaması oturum açma adı.
- password
Tür: System.String
A String belirten değeri SQL Server kimlik doğrulaması parola.
Açıklamalar
Bu yöntem üzerinde desteklenen SQL Server 2000 yalnızca.