LogServerPassword Property

DTS Programming

DTS Programming

LogServerPassword Property

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.

Applies To
Package2 Object
Syntax

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

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetLogServerPassword(BSTR* pVal);

HRESULT SetLogServerPassword(BSTR pVal);

Remarks

This property is used only when the LogServerFlags has the value DTSSQLStgFlag_Default.

See Also

FailPackageOnLogFailure Property

LogServerFlags Property

LogServerName Property

LogServerUserName Property

LogToSQLServer Property