EffectivePermissionInfo Class
Describes one permission entry in explicit list of permission of an object.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.IntegrationServices.EffectivePermissionInfo
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Class EffectivePermissionInfo
'Usage
Dim instance As EffectivePermissionInfo
public class EffectivePermissionInfo
public ref class EffectivePermissionInfo
type EffectivePermissionInfo = class end
public class EffectivePermissionInfo
The EffectivePermissionInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EffectivePermissionInfo | Initializes a new instance of the EffectivePermissionInfo class with the specified type. |
Top
Properties
Name | Description | |
---|---|---|
PermissionType | Gets the effective permission type of the object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace