다음을 통해 공유


CustomizedLoggingLevel(Catalog, String, String, Int64, Int64) 생성자

정의

public:
 CustomizedLoggingLevel(Microsoft::SqlServer::Management::IntegrationServices::Catalog ^ parent, System::String ^ name, System::String ^ description, long profileValue, long eventsValue);
public CustomizedLoggingLevel (Microsoft.SqlServer.Management.IntegrationServices.Catalog parent, string name, string description, long profileValue, long eventsValue);
new Microsoft.SqlServer.Management.IntegrationServices.CustomizedLoggingLevel : Microsoft.SqlServer.Management.IntegrationServices.Catalog * string * string * int64 * int64 -> Microsoft.SqlServer.Management.IntegrationServices.CustomizedLoggingLevel
Public Sub New (parent As Catalog, name As String, description As String, profileValue As Long, eventsValue As Long)

매개 변수

parent
Catalog
name
String
description
String
profileValue
Int64
eventsValue
Int64

적용 대상