Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the size of the operation log.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
<DisplayDescriptionKeyAttribute("Catalog_OperationLogSizeDesc")> _
<DisplayCategoryKeyAttribute("Catalog_OperationsLog")> _
<DisplayNameKeyAttribute("Catalog_OperationLogSize")> _
Public ReadOnly Property OperationLogSize As String
Get
'Usage
Dim instance As Catalog
Dim value As String
value = instance.OperationLogSize
[SfcPropertyAttribute(Data = true)]
[DisplayDescriptionKeyAttribute("Catalog_OperationLogSizeDesc")]
[DisplayCategoryKeyAttribute("Catalog_OperationsLog")]
[DisplayNameKeyAttribute("Catalog_OperationLogSize")]
public string OperationLogSize { get; }
[SfcPropertyAttribute(Data = true)]
[DisplayDescriptionKeyAttribute(L"Catalog_OperationLogSizeDesc")]
[DisplayCategoryKeyAttribute(L"Catalog_OperationsLog")]
[DisplayNameKeyAttribute(L"Catalog_OperationLogSize")]
public:
property String^ OperationLogSize {
String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
[<DisplayDescriptionKeyAttribute("Catalog_OperationLogSizeDesc")>]
[<DisplayCategoryKeyAttribute("Catalog_OperationsLog")>]
[<DisplayNameKeyAttribute("Catalog_OperationLogSize")>]
member OperationLogSize : string
function get OperationLogSize () : String
Property Value
Type: System.String
The size of the operation log.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace