Catalog.ServerLoggingLevel 属性
Gets or sets the logging level type used in the catalog.
命名空间: Microsoft.SqlServer.Management.IntegrationServices
程序集: Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
语法
声明
<DisplayCategoryKeyAttribute("Catalog_OperationsLog")> _
<SfcPropertyAttribute(Data := True)> _
<DisplayDescriptionKeyAttribute("Catalog_ServerLoggingLevelDesc")> _
<DisplayNameKeyAttribute("Catalog_ServerLoggingLevel")> _
Public Property ServerLoggingLevel As Catalog.LoggingLevelType
Get
Set
用法
Dim instance As Catalog
Dim value As Catalog.LoggingLevelType
value = instance.ServerLoggingLevel
instance.ServerLoggingLevel = value
[DisplayCategoryKeyAttribute("Catalog_OperationsLog")]
[SfcPropertyAttribute(Data = true)]
[DisplayDescriptionKeyAttribute("Catalog_ServerLoggingLevelDesc")]
[DisplayNameKeyAttribute("Catalog_ServerLoggingLevel")]
public Catalog.LoggingLevelType ServerLoggingLevel { get; set; }
[DisplayCategoryKeyAttribute(L"Catalog_OperationsLog")]
[SfcPropertyAttribute(Data = true)]
[DisplayDescriptionKeyAttribute(L"Catalog_ServerLoggingLevelDesc")]
[DisplayNameKeyAttribute(L"Catalog_ServerLoggingLevel")]
public:
property Catalog.LoggingLevelType ServerLoggingLevel {
Catalog.LoggingLevelType get ();
void set (Catalog.LoggingLevelType value);
}
[<DisplayCategoryKeyAttribute("Catalog_OperationsLog")>]
[<SfcPropertyAttribute(Data = true)>]
[<DisplayDescriptionKeyAttribute("Catalog_ServerLoggingLevelDesc")>]
[<DisplayNameKeyAttribute("Catalog_ServerLoggingLevel")>]
member ServerLoggingLevel : Catalog.LoggingLevelType with get, set
function get ServerLoggingLevel () : Catalog.LoggingLevelType
function set ServerLoggingLevel (value : Catalog.LoggingLevelType)
属性值
类型:Microsoft.SqlServer.Management.IntegrationServices.Catalog.LoggingLevelType
The logging level type used in the catalog.