共用方式為


MiningModelPermission 類別

Defines the permissions for members of a role element as applied to an individual MiningModel element. This class cannot be inherited.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<GuidAttribute("B1E25E09-DDC9-4989-B966-C7FA86C08C16")> _
Public NotInheritable Class MiningModelPermission _
    Inherits Permission _
    Implements IMajorObject, INamedComponent, IModelComponent, IComponent,  _
    IDisposable, ICloneable
'用途
Dim instance As MiningModelPermission
[GuidAttribute("B1E25E09-DDC9-4989-B966-C7FA86C08C16")]
public sealed class MiningModelPermission : Permission, 
    IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, 
    ICloneable
[GuidAttribute(L"B1E25E09-DDC9-4989-B966-C7FA86C08C16")]
public ref class MiningModelPermission sealed : public Permission, 
    IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("B1E25E09-DDC9-4989-B966-C7FA86C08C16")>]
type MiningModelPermission =  
    class
        inherit Permission
        interface IMajorObject
        interface INamedComponent
        interface IModelComponent
        interface IComponent
        interface IDisposable
        interface ICloneable
    end
public final class MiningModelPermission extends Permission implements IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, ICloneable

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。