Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the size of the version log of the catalog.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
<DisplayDescriptionKeyAttribute("Catalog_VersionLogSizeDesc")> _
<DisplayCategoryKeyAttribute("Catalog_ProjectVersions")> _
<DisplayNameKeyAttribute("Catalog_VersionLogSize")> _
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property VersionLogSize As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
The size of the version log of the catalog.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices