LogServerFlags Property

DTS Programming

DTS Programming

LogServerFlags Property

The LogServerFlags property sets or returns a value indicating whether Windows Authentication is used to validate access to the log server.

Applies To
Package2 Object
Syntax

object.LogServerFlags [= value]

Part Description
object Expression that evaluates to a Package2 object
value Code that defines the type of user authentication used when accessing the log server

Data Type

DTSSQLServerStorageFlags

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetLogServerFlags(DTSSQLServerStorageFlags* pVal);

HRESULT SetLogServerFlags(DTSSQLServerStorageFlags pVal);

See Also

FailPackageOnLogFailure Property

LogServerName Property

LogServerPassword Property

LogServerUserName Property

LogToSQLServer Property