This topic has not yet been rated - Rate this topic

LogProvider::Properties Property

Returns a DtsProperties collection, which contains a collection of DtsProperty objects.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public:
virtual property DtsProperties^ Properties {
	DtsProperties^ get () sealed;
}

Implements

IDTSPropertiesProvider::Properties

The following example retrieves the Properties of the log provider in the package. The samples package was modified in the designer before loading to log to the SSIS log provider for Text files.

No code example is currently available or this language may not be supported.

Sample Output:

ConfigString

CreationName

Description

Enabled

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.