Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the size of the version log of the catalog.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("Catalog_VersionLogSizeDesc")> _
<DisplayCategoryKeyAttribute("Catalog_ProjectVersions")> _
<DisplayNameKeyAttribute("Catalog_VersionLogSize")> _
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property VersionLogSize As String
Get
'Usage
Dim instance As Catalog
Dim value As String
value = instance.VersionLogSize
[DisplayDescriptionKeyAttribute("Catalog_VersionLogSizeDesc")]
[DisplayCategoryKeyAttribute("Catalog_ProjectVersions")]
[DisplayNameKeyAttribute("Catalog_VersionLogSize")]
[SfcPropertyAttribute(Data = true)]
public string VersionLogSize { get; }
[DisplayDescriptionKeyAttribute(L"Catalog_VersionLogSizeDesc")]
[DisplayCategoryKeyAttribute(L"Catalog_ProjectVersions")]
[DisplayNameKeyAttribute(L"Catalog_VersionLogSize")]
[SfcPropertyAttribute(Data = true)]
public:
property String^ VersionLogSize {
String^ get ();
}
[<DisplayDescriptionKeyAttribute("Catalog_VersionLogSizeDesc")>]
[<DisplayCategoryKeyAttribute("Catalog_ProjectVersions")>]
[<DisplayNameKeyAttribute("Catalog_VersionLogSize")>]
[<SfcPropertyAttribute(Data = true)>]
member VersionLogSize : string
function get VersionLogSize () : String
Eigenschaftswert
Typ: System.String
The size of the version log of the catalog.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace