Propriedade do RDL Catalog.OperationLogSize
Gets the size of the operation log.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(Data := True)> _
<DisplayDescriptionKeyAttribute("Catalog_OperationLogSizeDesc")> _
<DisplayCategoryKeyAttribute("Catalog_OperationsLog")> _
<DisplayNameKeyAttribute("Catalog_OperationLogSize")> _
Public ReadOnly Property OperationLogSize As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
The size of the operation log.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices