LoggingLevel 속성
컬렉션 집합에 대한 로깅 수준을 가져오거나 설정합니다.
네임스페이스: Microsoft.SqlServer.Management.Collector
어셈블리: Microsoft.SqlServer.Management.Collector(Microsoft.SqlServer.Management.Collector.dll)
구문
‘선언
<SfcPropertyAttribute> _
Public Property LoggingLevel As Short
Get
Set
‘사용 방법
Dim instance As CollectionSet
Dim value As Short
value = instance.LoggingLevel
instance.LoggingLevel = value
[SfcPropertyAttribute]
public short LoggingLevel { get; set; }
[SfcPropertyAttribute]
public:
property short LoggingLevel {
short get ();
void set (short value);
}
[<SfcPropertyAttribute>]
member LoggingLevel : int16 with get, set
function get LoggingLevel () : short
function set LoggingLevel (value : short)
속성 값
유형: System. . :: . .Int16
컬렉션 집합에 사용되는 로깅 수준을 나타내는 SmallInt 값입니다.
주의
Logging levels are described in the following table.
Level |
Description |
|---|---|
0 |
Logs execution information and the following SSIS events:
|
1 |
The default logging level, it combines Level 0 logging and:
|
2 |
Level 1 logging and detailed SSIS events. |
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.