Share via


Catalog.VersionLogSize プロパティ

カタログのバージョン ログのサイズを取得します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
<DisplayDescriptionKeyAttribute("Catalog_VersionLogSizeDesc")> _
<DisplayCategoryKeyAttribute("Catalog_ProjectVersions")> _
<DisplayNameKeyAttribute("Catalog_VersionLogSize")> _
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property VersionLogSize As String 
    Get
'使用
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

プロパティ値

型: System.String
カタログのバージョン ログのサイズです。

関連項目

参照

Catalog クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間