Data Management Object Model Reference

Logging.IsCreated Property

Returns true if the Logging component was created. If no logging parameters are specified in the script then the logging component will not be created.

[Visual Basic]
NotOverridable Public Property IsCreated As Boolean _
    Implements ILogging.IsCreated
[C#]
public bool IsCreated {get; set;}

Implements

ILogging.IsCreated

See Also

Logging Class | SPSSMR.Data.Transformations Namespace