CustomizedLoggingLevel(Catalog, String, String, Int64, Int64) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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