Freigeben über


ExplicitPermissionInfo-Klasse

Describes one permission entry in explicit list of permissions of an object.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Management.IntegrationServices.ExplicitPermissionInfo

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
Public Class ExplicitPermissionInfo
'Usage
Dim instance As ExplicitPermissionInfo
public class ExplicitPermissionInfo
public ref class ExplicitPermissionInfo
type ExplicitPermissionInfo =  class end
public class ExplicitPermissionInfo

Der ExplicitPermissionInfo-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ExplicitPermissionInfo Initializes a new instance of the ExplicitPermissionInfo class with the specified grantee, grantor and permission type.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Grantee Gets the name of the principle that granted the permission.
Öffentliche Eigenschaft Grantor Gets the name of the principle that grants the permission.
Öffentliche Eigenschaft IsDeny Gets a value that indicates whether the ExplicitPermissionInfo object is a denied permission.
Öffentliche Eigenschaft PermissionType Gets the type of the permission.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.IntegrationServices-Namespace