The LogServerPassword property sets or returns the password used to log in to the instance of Microsoft® SQL Server™ to which package logs are written.
object.LogServerPassword [= string]
Part | Description |
---|---|
object | Expression that evaluates to a Package2 object |
string | Password to log in to the instance of SQL Server to which logs are written |
String
Read/write
HRESULT GetLogServerPassword(BSTR* pVal);
HRESULT SetLogServerPassword(BSTR pVal);
This property is used only when the LogServerFlags has the value DTSSQLStgFlag_Default.