LogServerName Property

DTS Programming

DTS Programming

LogServerName Property

The LogServerName property sets or returns the name of the computer running an instance of Microsoft® SQL Server™ to which package logs are written.

Applies To
Package2 Object
Syntax

object.LogServerName [= name]

Part Description
object Expression that evaluates to a Package2 object
name Name of the server to which logs are written

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetLogServerName(BSTR* pVal);

HRESULT SetLogServerName(BSTR pVal);

See Also

FailPackageOnLogFailure Property

LogServerFlags Property

LogServerPassword Property

LogServerUserName Property

LogToSQLServer Property