Classe ExplicitPermissionInfo
Describes one permission entry in explicit list of permissions of an object.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Management.IntegrationServices.ExplicitPermissionInfo
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
Public Class ExplicitPermissionInfo
'Utilizzo
Dim instance As ExplicitPermissionInfo
public class ExplicitPermissionInfo
public ref class ExplicitPermissionInfo
type ExplicitPermissionInfo = class end
public class ExplicitPermissionInfo
Nel tipo ExplicitPermissionInfo sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ExplicitPermissionInfo | Initializes a new instance of the ExplicitPermissionInfo class with the specified grantee, grantor and permission type. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Grantee | Gets the name of the principle that granted the permission. | |
Grantor | Gets the name of the principle that grants the permission. | |
IsDeny | Gets a value that indicates whether the ExplicitPermissionInfo object is a denied permission. | |
PermissionType | Gets the type of the permission. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices