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 type of the permission.
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 ExplicitPermissionInfo
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 type of the permission.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace