Counters.PerfWriters 속성

Gets the collection of writers that the generated report is written to.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Diagnostics
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public Shared ReadOnly Property PerfWriters As IList(Of TextWriter)
    Get
‘사용 방법
Dim value As IList(Of TextWriter)

value = Counters.PerfWriters
public static IList<TextWriter> PerfWriters { get; }
public:
static property IList<TextWriter^>^ PerfWriters {
    IList<TextWriter^>^ get ();
}
static member PerfWriters : IList<TextWriter>
static function get PerfWriters () : IList<TextWriter>

속성 값

유형: System.Collections.Generic.IList<TextWriter>
An IList<T> of TextWriter that the generated report is written to.

참고 항목

참조

Counters 클래스

Microsoft.SqlServer.Management.SqlParser.Diagnostics 네임스페이스