ServerPropertyCollection Clase
Contains a collection of ServerProperty objects. This class cannot be inherited.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<GuidAttribute("52478F9D-620A-4fc4-98F4-E594BEA9E676")> _
Public NotInheritable Class ServerPropertyCollection _
Implements IList, ICollection, IEnumerable
'Uso
Dim instance As ServerPropertyCollection
[GuidAttribute("52478F9D-620A-4fc4-98F4-E594BEA9E676")]
public sealed class ServerPropertyCollection : IList,
ICollection, IEnumerable
[GuidAttribute(L"52478F9D-620A-4fc4-98F4-E594BEA9E676")]
public ref class ServerPropertyCollection sealed : IList,
ICollection, IEnumerable
[<SealedAttribute>]
[<GuidAttribute("52478F9D-620A-4fc4-98F4-E594BEA9E676")>]
type ServerPropertyCollection =
class
interface IList
interface ICollection
interface IEnumerable
end
public final class ServerPropertyCollection implements IList, ICollection, IEnumerable
Jerarquía de herencia
System. . :: . .Object
Microsoft.AnalysisServices..::..ServerPropertyCollection
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también