LogProvider.Description Property
SQL Server 2012
Gets or sets the description of the LogProvider object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
abstract Description : string with get, set override Description : string with get, set
Implements
IDTSName.DescriptionThe following code example loads a package for which logging has been enabled. After loading the package, the LogProviders collection is created, and each log provider in the collection is enumerated over, printing the values for each property, including the Description.
Sample Output:
ConfigString:
CreationName DTS.LogProviderTextFile.1
DelayValidation False
Description Writes log entries for events to a CSV file
HostType LogProvider
ID {1E107E39-DB79-4F02-B8A7-61D88F2DEF63}
InnerObject System.__ComObject
Name SSIS log provider for Text files