Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the effective permission type of the object.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public ReadOnly Property PermissionType As PermissionType
Get
'Usage
Dim instance As EffectivePermissionInfo
Dim value As PermissionType
value = instance.PermissionType
public PermissionType PermissionType { get; }
public:
property PermissionType PermissionType {
PermissionType get ();
}
member PermissionType : PermissionType
function get PermissionType () : PermissionType
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.PermissionType
The effective permission type of the object.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace