Server.CaptureLog Property

 

Applies To: SQL Server 2016 Preview

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[BrowsableAttribute(false)]
public StringCollection CaptureLog { get; }
public:
[BrowsableAttribute(false)]
property StringCollection^ CaptureLog {
    StringCollection^ get();
}
[<BrowsableAttribute(false)>]
member CaptureLog : StringCollection with get
<BrowsableAttribute(False)>
Public ReadOnly Property CaptureLog As StringCollection

Property Value

Type: System.Collections.Specialized.StringCollection

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top