Catalog.MaxProjectVersions 属性

Gets or sets the maximum number of stored versions per project.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<SfcPropertyAttribute(Data := True)> _
<DisplayNameKeyAttribute("Catalog_MaxProjectVersions")> _
<DisplayDescriptionKeyAttribute("Catalog_MaxProjectVersionsDesc")> _
<DisplayCategoryKeyAttribute("Catalog_ProjectVersions")> _
Public Property MaxProjectVersions As Integer 
    Get 
    Set
用法
Dim instance As Catalog 
Dim value As Integer 

value = instance.MaxProjectVersions

instance.MaxProjectVersions = value
[SfcPropertyAttribute(Data = true)]
[DisplayNameKeyAttribute("Catalog_MaxProjectVersions")]
[DisplayDescriptionKeyAttribute("Catalog_MaxProjectVersionsDesc")]
[DisplayCategoryKeyAttribute("Catalog_ProjectVersions")]
public int MaxProjectVersions { get; set; }
[SfcPropertyAttribute(Data = true)]
[DisplayNameKeyAttribute(L"Catalog_MaxProjectVersions")]
[DisplayDescriptionKeyAttribute(L"Catalog_MaxProjectVersionsDesc")]
[DisplayCategoryKeyAttribute(L"Catalog_ProjectVersions")]
public:
property int MaxProjectVersions {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(Data = true)>]
[<DisplayNameKeyAttribute("Catalog_MaxProjectVersions")>]
[<DisplayDescriptionKeyAttribute("Catalog_MaxProjectVersionsDesc")>]
[<DisplayCategoryKeyAttribute("Catalog_ProjectVersions")>]
member MaxProjectVersions : int with get, set
function get MaxProjectVersions () : int 
function set MaxProjectVersions (value : int)

属性值

类型:System.Int32
The maximum number of stored versions per project.

请参阅

参考

Catalog 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间