다음을 통해 공유


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 네임스페이스