The LogServerFlags property sets or returns a value indicating whether Windows Authentication is used to validate access to the log server.
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 |
Read/write
HRESULT GetLogServerFlags(DTSSQLServerStorageFlags* pVal);
HRESULT SetLogServerFlags(DTSSQLServerStorageFlags pVal);