EffectivePermissionInfo.PermissionType Property

 

Applies To: SQL Server 2016 Preview

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

public PermissionType PermissionType { get; }
public:
property PermissionType PermissionType {
    PermissionType get();
}
member PermissionType : PermissionType with get
Public ReadOnly Property PermissionType As PermissionType

Property Value

Type: Microsoft.SqlServer.Management.IntegrationServices.PermissionType

The effective permission type of the object.

See Also

EffectivePermissionInfo Class
Microsoft.SqlServer.Management.IntegrationServices Namespace

Return to top