MiningStructurePermission 클래스
Contains the collection of permissions on a MiningStructure 요소(ASSL). This class cannot be inherited.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
<GuidAttribute("DAC3E52D-C480-48d9-8D89-23691EA32029")> _
Public NotInheritable Class MiningStructurePermission _
Inherits Permission _
Implements IMajorObject, INamedComponent, IModelComponent, IComponent, _
IDisposable, ICloneable
‘사용 방법
Dim instance As MiningStructurePermission
[GuidAttribute("DAC3E52D-C480-48d9-8D89-23691EA32029")]
public sealed class MiningStructurePermission : Permission,
IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable,
ICloneable
[GuidAttribute(L"DAC3E52D-C480-48d9-8D89-23691EA32029")]
public ref class MiningStructurePermission sealed : public Permission,
IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("DAC3E52D-C480-48d9-8D89-23691EA32029")>]
type MiningStructurePermission =
class
inherit Permission
interface IMajorObject
interface INamedComponent
interface IModelComponent
interface IComponent
interface IDisposable
interface ICloneable
end
public final class MiningStructurePermission extends Permission implements IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, ICloneable
상속 계층 구조
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices. . :: . .MajorObject
Microsoft.AnalysisServices. . :: . .Permission
Microsoft.AnalysisServices..::..MiningStructurePermission
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.