CustomizedLoggingLevel(Catalog, String, String, Int64, Int64) Constructor

Definition

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)

Parameters

parent
Catalog
name
String
description
String
profileValue
Int64
eventsValue
Int64

Applies to