Classe NamedComponent

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("AA77A7C5-38A3-41ad-BAE8-3101FE6A116D")> _
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")> _
Public MustInherit Class NamedComponent _
    Inherits ModelComponent _
    Implements INamedComponent, IModelComponent, IComponent, IDisposable,  _
    IFormattable
'Utilisation
Dim instance As NamedComponent
[GuidAttribute("AA77A7C5-38A3-41ad-BAE8-3101FE6A116D")]
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")]
public abstract class NamedComponent : ModelComponent, 
    INamedComponent, IModelComponent, IComponent, IDisposable, IFormattable
[GuidAttribute(L"AA77A7C5-38A3-41ad-BAE8-3101FE6A116D")]
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")]
public ref class NamedComponent abstract : public ModelComponent, 
    INamedComponent, IModelComponent, IComponent, IDisposable, IFormattable
[<AbstractClassAttribute>]
[<GuidAttribute("AA77A7C5-38A3-41ad-BAE8-3101FE6A116D")>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")>]
type NamedComponent =  
    class
        inherit ModelComponent
        interface INamedComponent
        interface IModelComponent
        interface IComponent
        interface IDisposable
        interface IFormattable
    end
public abstract class NamedComponent extends ModelComponent implements INamedComponent, IModelComponent, IComponent, IDisposable, IFormattable

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .ModelComponent
        Microsoft.AnalysisServices..::..NamedComponent
          Microsoft.AnalysisServices. . :: . .Action
          Microsoft.AnalysisServices. . :: . .Aggregation
          Microsoft.AnalysisServices. . :: . .AggregationInstance
          Microsoft.AnalysisServices. . :: . .CubeDimension
          Microsoft.AnalysisServices. . :: . .DimensionAttribute
          Microsoft.AnalysisServices. . :: . .Hierarchy
          Microsoft.AnalysisServices. . :: . .Kpi
          Microsoft.AnalysisServices. . :: . .Level
          Microsoft.AnalysisServices. . :: . .MajorObject
          Microsoft.AnalysisServices. . :: . .Measure
          Microsoft.AnalysisServices. . :: . .MiningModelColumn
          Microsoft.AnalysisServices. . :: . .MiningStructureColumn

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.