BackupLocationCollection 클래스

Contains a collection of BackupLocation objects. This class cannot be inherited.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
<GuidAttribute("6CCE165D-2AFB-4c5d-93B4-0DF4C04F0947")> _
Public NotInheritable Class BackupLocationCollection _
    Implements IList, ICollection, IEnumerable
‘사용 방법
Dim instance As BackupLocationCollection
[GuidAttribute("6CCE165D-2AFB-4c5d-93B4-0DF4C04F0947")]
public sealed class BackupLocationCollection : IList, 
    ICollection, IEnumerable
[GuidAttribute(L"6CCE165D-2AFB-4c5d-93B4-0DF4C04F0947")]
public ref class BackupLocationCollection sealed : IList, 
    ICollection, IEnumerable
[<SealedAttribute>]
[<GuidAttribute("6CCE165D-2AFB-4c5d-93B4-0DF4C04F0947")>]
type BackupLocationCollection =  
    class
        interface IList
        interface ICollection
        interface IEnumerable
    end
public final class BackupLocationCollection implements IList, ICollection, IEnumerable

상속 계층 구조

System. . :: . .Object
  Microsoft.AnalysisServices..::..BackupLocationCollection

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.